Skip to content

Commit e429759

Browse files
committed
Update pom.xml to comply with Nexus publishing rules
1 parent 1082828 commit e429759

File tree

1 file changed

+54
-5
lines changed

1 file changed

+54
-5
lines changed

pom.xml

+54-5
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,63 @@
1414
<name>java-speech-api</name>
1515
<url>https://github.com/lkuza2/java-speech-api/</url>
1616

17+
<description>
18+
The J.A.R.V.I.S. Speech API is designed to be simple and efficient, using the speech engines created by Google to provide functionality for parts of the API. Essentially, it is an API written in Java, including a recognizer, synthesizer, and a microphone capture utility. The project uses Google services for the synthesizer and recognizer. While this requires an Internet connection, it provides a complete, modern, and fully functional speech API in Java.
19+
</description>
20+
1721
<scm>
18-
<connection>scm:git:git://github.com/amplexus/java-speech-api.git</connection>
19-
<developerConnection>scm:git:[email protected]:amplexus/java-speech-api.git</developerConnection>
20-
<url>http://github.com/amplexus/java-speech-api</url>
22+
<connection>scm:git:git://github.com/lkuza2/java-speech-api.git</connection>
23+
<developerConnection>scm:git:[email protected]:lkuza2/java-speech-api.git</developerConnection>
24+
<url>http://github.com/lkuza2/java-speech-api</url>
2125
</scm>
2226

27+
<licenses>
28+
<license>
29+
<name>GNU GPL(v3)</name>
30+
<url>https://github.com/lkuza2/java-speech-api/blob/master/LICENSE</url>
31+
</license>
32+
</licenses>
33+
34+
<issueManagement>
35+
<system>GitHub</system>
36+
<url>https://github.com/lkuza2/java-speech-api/issues/</url>
37+
</issueManagement>
38+
39+
<developers>
40+
<developer>
41+
<id>https://github.com/Skylion007</id>
42+
<name>Skylion007</name>
43+
</developer>
44+
<developer>
45+
<id>https://github.com/lkuza2</id>
46+
<name>lkuza2</name>
47+
</developer>
48+
<developer>
49+
<id>https://github.com/AdamuKaapan</id>
50+
<name>AdamuKaapan</name>
51+
</developer>
52+
<developer>
53+
<id>https://github.com/duncanj</id>
54+
<name>duncanj</name>
55+
</developer>
56+
<developer>
57+
<id>https://github.com/Iegorchenkov</id>
58+
<name>Iegorchenkov</name>
59+
</developer>
60+
<developer>
61+
<id>https://github.com/xingrz</id>
62+
<name>xingrz</name>
63+
</developer>
64+
<developer>
65+
<id>https://github.com/ClusterM</id>
66+
<name>ClusterM</name>
67+
</developer>
68+
<developer>
69+
<id>https://github.com/AranHase</id>
70+
<name>AranHase</name>
71+
</developer>
72+
</developers>
73+
2374
<dependencies>
2475
<dependency>
2576
<groupId>net.sourceforge.javaflacencoder</groupId>
@@ -34,7 +85,6 @@
3485
</dependencies>
3586

3687
<build>
37-
<pluginManagement>
3888
<plugins>
3989
<plugin>
4090
<groupId>org.apache.maven.plugins</groupId>
@@ -69,7 +119,6 @@
69119
</executions>
70120
</plugin>
71121
</plugins>
72-
</pluginManagement>
73122
</build>
74123

75124
<distributionManagement>

0 commit comments

Comments
 (0)