[gatein-commits] gatein SVN: r7082 - in components/pc/trunk: controller and 2 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Sat Aug 13 19:21:41 EDT 2011


Author: julien_viet
Date: 2011-08-13 19:21:41 -0400 (Sat, 13 Aug 2011)
New Revision: 7082

Modified:
   components/pc/trunk/api/pom.xml
   components/pc/trunk/controller/pom.xml
   components/pc/trunk/jsr168api/pom.xml
   components/pc/trunk/management/pom.xml
Log:
some more build cleanup


Modified: components/pc/trunk/api/pom.xml
===================================================================
--- components/pc/trunk/api/pom.xml	2011-08-13 23:15:30 UTC (rev 7081)
+++ components/pc/trunk/api/pom.xml	2011-08-13 23:21:41 UTC (rev 7082)
@@ -52,15 +52,4 @@
       </dependency>
    </dependencies>
 
-   <build>
-      <plugins>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-               <skip>false</skip>
-            </configuration>
-         </plugin>
-      </plugins>
-   </build>
 </project>

Modified: components/pc/trunk/controller/pom.xml
===================================================================
--- components/pc/trunk/controller/pom.xml	2011-08-13 23:15:30 UTC (rev 7081)
+++ components/pc/trunk/controller/pom.xml	2011-08-13 23:21:41 UTC (rev 7082)
@@ -32,16 +32,4 @@
 
    </dependencies>
 
-   <build>
-      <plugins>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-               <skip>false</skip>
-            </configuration>
-         </plugin>
-      </plugins>
-   </build>
-
 </project>

Modified: components/pc/trunk/jsr168api/pom.xml
===================================================================
--- components/pc/trunk/jsr168api/pom.xml	2011-08-13 23:15:30 UTC (rev 7081)
+++ components/pc/trunk/jsr168api/pom.xml	2011-08-13 23:21:41 UTC (rev 7082)
@@ -9,9 +9,4 @@
    <packaging>jar</packaging>
    <name>GateIn - Portlet Container (JSR 168 API)</name>
 
-   <dependencies>
-
-   </dependencies>
-
-
 </project>

Modified: components/pc/trunk/management/pom.xml
===================================================================
--- components/pc/trunk/management/pom.xml	2011-08-13 23:15:30 UTC (rev 7081)
+++ components/pc/trunk/management/pom.xml	2011-08-13 23:21:41 UTC (rev 7082)
@@ -16,5 +16,4 @@
       </dependency>
    </dependencies>
 
-
 </project>



More information about the gatein-commits mailing list