[weld-commits] Weld SVN: r4518 - build/trunk/parent.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sun Nov 1 11:35:45 EST 2009


Author: pete.muir at jboss.org
Date: 2009-11-01 11:35:45 -0500 (Sun, 01 Nov 2009)
New Revision: 4518

Modified:
   build/trunk/parent/pom.xml
Log:
add nexus plugin

Modified: build/trunk/parent/pom.xml
===================================================================
--- build/trunk/parent/pom.xml	2009-11-01 16:27:46 UTC (rev 4517)
+++ build/trunk/parent/pom.xml	2009-11-01 16:35:45 UTC (rev 4518)
@@ -413,6 +413,15 @@
                <artifactId>maven-junction-plugin</artifactId>
                <version>1.0.3</version>
             </plugin>
+            <plugin>
+               <groupId>org.sonatype.plugins</groupId>
+               <artifactId>nexus-maven-plugin</artifactId>
+               <version>1.3.2</version>
+               <configuration>
+                  <nexusUrl>http://oss.sonatype.org/</nexusUrl>
+                  <serverAuthId>oss.sonatype.org/jboss-staging</serverAuthId>
+               </configuration>
+            </plugin>
          </plugins>
       </pluginManagement>
    </build>



More information about the weld-commits mailing list