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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sun Oct 18 19:22:43 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-10-18 19:22:43 -0400 (Sun, 18 Oct 2009)
New Revision: 4185

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

Modified: build/trunk/parent/pom.xml
===================================================================
--- build/trunk/parent/pom.xml	2009-10-18 23:22:34 UTC (rev 4184)
+++ build/trunk/parent/pom.xml	2009-10-18 23:22:43 UTC (rev 4185)
@@ -44,6 +44,16 @@
             <enabled>false</enabled>
          </snapshots>
       </pluginRepository>
+      <pluginRepository>
+         <id>repository.jboss.org</id>
+         <url>http://repository.jboss.org/maven2</url>
+         <releases>
+            <enabled>true</enabled>
+         </releases>
+         <snapshots>
+            <enabled>false</enabled>
+         </snapshots>
+      </pluginRepository>
    </pluginRepositories>
 
    <repositories>
@@ -415,6 +425,7 @@
                   <artifactId>maven-gpg-plugin</artifactId>
                   <configuration>
                      <passphrase>${gpg.passphrase}</passphrase>
+                     <useAgent>${gpg.useAgent}</useAgent>
                   </configuration>
                   <executions>
                      <execution>



More information about the weld-commits mailing list