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

harshana at wso2.com harshana at wso2.com
Tue Apr 12 06:06:40 PDT 2011


Author: harshana
Date: Tue Apr 12 06:06:40 2011
New Revision: 91776
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=91776

Log:
Adding Maven clean plugin to force cleaning up distribution and p2-profile-gen

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

Modified: trunk/carbon/products/greg/modules/distribution/pom.xml
URL: http://wso2.org/svn/browse/wso2/trunk/carbon/products/greg/modules/distribution/pom.xml?rev=91776&r1=91775&r2=91776&view=diff
==============================================================================
--- trunk/carbon/products/greg/modules/distribution/pom.xml	(original)
+++ trunk/carbon/products/greg/modules/distribution/pom.xml	Tue Apr 12 06:06:40 2011
@@ -26,4 +26,13 @@
         <module>service</module>
     </modules> 
 
+    <build>
+        <plugins>
+	    <plugin>
+		<groupId>org.apache.maven.plugins</groupId>
+	        <artifactId>maven-clean-plugin</artifactId>
+	    </plugin>
+	</plugins>
+    </build>
+
 </project>

Modified: trunk/carbon/products/greg/modules/p2-profile-gen/pom.xml
URL: http://wso2.org/svn/browse/wso2/trunk/carbon/products/greg/modules/p2-profile-gen/pom.xml?rev=91776&r1=91775&r2=91776&view=diff
==============================================================================
--- trunk/carbon/products/greg/modules/p2-profile-gen/pom.xml	(original)
+++ trunk/carbon/products/greg/modules/p2-profile-gen/pom.xml	Tue Apr 12 06:06:40 2011
@@ -26,4 +26,12 @@
         <module>service</module>
     </modules> 
 
+    <build>
+        <plugins>
+	    <plugin>
+		<groupId>org.apache.maven.plugins</groupId>
+	        <artifactId>maven-clean-plugin</artifactId>
+	    </plugin>
+	</plugins>
+    </build>
 </project>


More information about the Carbon-commits mailing list