Including info needed for publishing to Maven central

This commit is contained in:
Per Abich
2016-04-18 07:59:16 +01:00
parent 6d973ca5cd
commit 9c6044740f

15
pom.xml
View File

@@ -3,6 +3,19 @@
<groupId>cz.adamh.utils</groupId>
<artifactId>native-utils</artifactId>
<version>1.0-SNAPSHOT</version>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/adamheinrich/native-utils</url>
</scm>
<build>
<defaultGoal>clean install</defaultGoal>
<plugins>
@@ -17,4 +30,6 @@
</plugin>
</plugins>
</build>
</project>