[weld-commits] Weld SVN: r3936 - in api/trunk: bom and 1 other directory.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sun Oct 11 15:30:00 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-10-11 15:30:00 -0400 (Sun, 11 Oct 2009)
New Revision: 3936

Modified:
   api/trunk/bom/pom.xml
   api/trunk/pom.xml
Log:
don't deploy the aggregator

Modified: api/trunk/bom/pom.xml
===================================================================
--- api/trunk/bom/pom.xml	2009-10-11 19:24:34 UTC (rev 3935)
+++ api/trunk/bom/pom.xml	2009-10-11 19:30:00 UTC (rev 3936)
@@ -240,7 +240,7 @@
       </profile>
    </profiles>
 
-   <!-- SCM info and distribution management-->
+   <!-- SCM info and distribution management -->
    <scm>
       <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/api/trunk/bom</connection>
       <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/api/trunk/bom</developerConnection>

Modified: api/trunk/pom.xml
===================================================================
--- api/trunk/pom.xml	2009-10-11 19:24:34 UTC (rev 3935)
+++ api/trunk/pom.xml	2009-10-11 19:30:00 UTC (rev 3936)
@@ -11,38 +11,17 @@
    <!-- Minimal project metadata, for more see parent/pom.xml -->
    <description>The build aggregator for Weld and the CDI APIs, which takes care of calling the modules which make up Weld and CDI APIs</description>
 
-   <url>http://www.seamframework.org/Weld</url>
-
-   <licenses>
-      <license>
-         <name>Apache License, Version 2.0</name>
-         <distribution>repo</distribution>
-         <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
-      </license>
-   </licenses>
-
-   <developers>
-      <developer>
-         <name>Pete Muir</name>
-         <id>pmuir</id>
-         <organization>Red Hat Inc.</organization>
-         <roles>
-            <role>Project Lead</role>
-         </roles>
-         <email>pmuir at redhat.com</email>
-      </developer>
-   </developers>
-
    <!-- SCM and Distribution management -->
    <scm>
       <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/api/trunk</connection>
       <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/api/trunk</developerConnection>
       <url>http://fisheye.jboss.org/browse/Weld</url>
    </scm>
-
+   
+   <!-- Needed despite skipping deployment! -->
    <distributionManagement>
       <repository>
-         <id>oss.sonatype.org/jboss-releases</id>
+         <id>oss.sonatype.org/jboss-staging</id>
          <name>Sonatype Nexus Maven Repository</name>
          <url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url>
       </repository>
@@ -75,31 +54,15 @@
                <tagBase>https://svn.jboss.org/repos/weld/api/tags</tagBase>
             </configuration>
          </plugin>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-deploy-plugin</artifactId>
+            <version>2.4</version>
+            <configuration>
+               <skip>true</skip>
+            </configuration>
+         </plugin>
       </plugins>
    </build>
    
-   <!-- The release profile -->
-   <profiles>
-      <profile>
-         <id>release</id>
-         <build>
-            <plugins>
-               <plugin>
-                 <groupId>org.apache.maven.plugins</groupId>
-                 <artifactId>maven-gpg-plugin</artifactId>
-                 <version>1.0.0-alpha-4</version>
-                 <executions>
-                   <execution>
-                     <id>sign-artifacts</id>
-                     <phase>verify</phase>
-                     <goals>
-                       <goal>sign</goal>
-                     </goals>
-                   </execution>
-                 </executions>
-               </plugin>
-            </plugins>
-         </build>
-      </profile>
-   </profiles>
 </project>



More information about the weld-commits mailing list