[Carbon-commits] [Carbon] svn commit r91805 - in trunk/carbon/products/bam/modules: distribution p2-profile-gen

harshana at wso2.com harshana at wso2.com
Wed Apr 13 10:26:16 PDT 2011


Author: harshana
Date: Wed Apr 13 10:26:16 2011
New Revision: 91805
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=91805

Log:
Enabling the maven-clean plugin

Modified:
   trunk/carbon/products/bam/modules/distribution/pom.xml
   trunk/carbon/products/bam/modules/p2-profile-gen/pom.xml

Modified: trunk/carbon/products/bam/modules/distribution/pom.xml
URL: http://wso2.org/svn/browse/wso2/trunk/carbon/products/bam/modules/distribution/pom.xml?rev=91805&r1=91804&r2=91805&view=diff
==============================================================================
--- trunk/carbon/products/bam/modules/distribution/pom.xml	(original)
+++ trunk/carbon/products/bam/modules/distribution/pom.xml	Wed Apr 13 10:26:16 2011
@@ -31,13 +31,13 @@
         <url>http://wso2.com</url>
     </organization>
 
-    <!--build>
+    <build>
         <plugins>
 	    <plugin>
 		<groupId>org.apache.maven.plugins</groupId>
 	        <artifactId>maven-clean-plugin</artifactId>
 	    </plugin>
 	</plugins>
-    </build-->
+    </build>
 
 </project> 

Modified: trunk/carbon/products/bam/modules/p2-profile-gen/pom.xml
URL: http://wso2.org/svn/browse/wso2/trunk/carbon/products/bam/modules/p2-profile-gen/pom.xml?rev=91805&r1=91804&r2=91805&view=diff
==============================================================================
--- trunk/carbon/products/bam/modules/p2-profile-gen/pom.xml	(original)
+++ trunk/carbon/products/bam/modules/p2-profile-gen/pom.xml	Wed Apr 13 10:26:16 2011
@@ -31,13 +31,13 @@
         <url>http://wso2.com</url>
     </organization>
 
-    <!--build>
+    <build>
         <plugins>
 	    <plugin>
 		<groupId>org.apache.maven.plugins</groupId>
 	        <artifactId>maven-clean-plugin</artifactId>
 	    </plugin>
 	</plugins>
-    </build-->
+    </build>
 
 </project> 


More information about the Carbon-commits mailing list