updated readme and deployment config

This commit is contained in:
2013-12-20 15:09:05 +01:00
parent e2320779fb
commit f9c06d8769
2 changed files with 16 additions and 1 deletions
+3 -1
View File
@@ -29,4 +29,6 @@ This will take the default connections settings:
# Development
A standalone jar can be build via `mvn clean compile assembly:single`.
A standalone jar can be build via `mvn clean compile assembly:single`.
To upload the latest version to the artifact repository use ` mvn clean compile deploy`.
+13
View File
@@ -43,4 +43,17 @@
</plugin>
</plugins>
</build>
<distributionManagement>
<snapshotRepository>
<id>i.snapshots</id>
<name>Artifactory Snapshots</name>
<url>http://yoke/artifactory/libs-snapshots-local</url>
</snapshotRepository>
<repository>
<id>i.releases</id>
<name>Atrifactory Releases</name>
<url>http://yoke/artifactory/libs-releases-local</url>
</repository>
</distributionManagement>
</project>