[gatein-commits] gatein SVN: r1757 - components/wci/trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Feb 16 14:49:30 EST 2010


Author: mwringe
Date: 2010-02-16 14:49:29 -0500 (Tue, 16 Feb 2010)
New Revision: 1757

Modified:
   components/wci/trunk/pom.xml
Log:
GTNWCI-13: remove the old maven source plugin configuration and allow the configuration to come from the gatein parent. This will renable the source jar generation for wci.

Modified: components/wci/trunk/pom.xml
===================================================================
--- components/wci/trunk/pom.xml	2010-02-16 19:04:13 UTC (rev 1756)
+++ components/wci/trunk/pom.xml	2010-02-16 19:49:29 UTC (rev 1757)
@@ -179,16 +179,9 @@
           </archive>
         </configuration>
       </plugin>
-      
+
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-source-plugin</artifactId>
-        <!-- directory src/main/java is missing so there are no sources-->
-        <inherited>false</inherited>
-      </plugin>
-      
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
       </plugin>
       



More information about the gatein-commits mailing list