adding project info to pom.xml
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -5,6 +5,8 @@
|
|||||||
<groupId>ie.corballis</groupId>
|
<groupId>ie.corballis</groupId>
|
||||||
<artifactId>sox-java</artifactId>
|
<artifactId>sox-java</artifactId>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
|
<packaging>jar</packaging>
|
||||||
|
<name>Sox wrapper for java</name>
|
||||||
<url>https://github.com/corballis/sox-wrapper-java</url>
|
<url>https://github.com/corballis/sox-wrapper-java</url>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
@@ -15,6 +17,10 @@
|
|||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
|
|
||||||
|
<description>
|
||||||
|
Java wrapper around the famous sox audio processing tool.
|
||||||
|
</description>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
<id>sawo</id>
|
<id>sawo</id>
|
||||||
|
|||||||
Reference in New Issue
Block a user