[jboss-cvs] JBossAS SVN: r97552 - projects/javaee/trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 8 12:30:52 EST 2009


Author: pgier
Date: 2009-12-08 12:30:52 -0500 (Tue, 08 Dec 2009)
New Revision: 97552

Modified:
   projects/javaee/trunk/build/pom.xml
Log:
Update the jboss parent pom and remove the extra source jar config.

Modified: projects/javaee/trunk/build/pom.xml
===================================================================
--- projects/javaee/trunk/build/pom.xml	2009-12-08 17:12:34 UTC (rev 97551)
+++ projects/javaee/trunk/build/pom.xml	2009-12-08 17:30:52 UTC (rev 97552)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss</groupId>
     <artifactId>jboss-parent</artifactId>
-    <version>3</version>
+    <version>5-beta-5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.javaee</groupId>
@@ -47,20 +47,8 @@
       </testResource>
     </testResources>
     <plugins>
-      <!-- define that we wish to create src jars -->
       <plugin>
-        <artifactId>maven-source-plugin</artifactId>
-        <version>2.0</version>
-        <inherited>true</inherited>
-        <executions>
-          <execution>
-            <goals>
-              <goal>jar</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <printSummary>false</printSummary>




More information about the jboss-cvs-commits mailing list