changeset 103:d217fb1f5035

Add distributionManagement section to enable automatic deployment on icedtea Maven repository.
author Roman Kennke <roman.kennke@sun.com>
date Tue, 29 Mar 2011 22:30:20 +0200
parents 8f8bd597644c
children cad9742e5915
files pom.xml
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pom.xml	Tue Mar 29 22:27:08 2011 +0200
+++ b/pom.xml	Tue Mar 29 22:30:20 2011 +0200
@@ -58,6 +58,15 @@
       </plugin>
     </plugins>
   </build>
+  <distributionManagement>
+    <repository>
+      <id>icedrobot.snapshots</id>
+      <name>IcedRobot Snapshots Repository</name>
+      <url>http://icedrobot.de:8081/nexus/content/repositories/snapshots/</url>
+      <layout>default</layout>
+    </repository>
+  </distributionManagement>
+
   <repositories>
     <repository>
       <releases>