Author: cschneider
Date: Sun Oct 25 11:28:49 2009
New Revision: 829542
URL: http://svn.apache.org/viewvc?rev=829542&view=rev
Log:
CXF-2495 added clean profile to parent pom
Modified:
cxf/trunk/parent/ (props changed)
cxf/trunk/parent/pom.xml
Propchange: cxf/trunk/parent/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Oct 25 11:28:49 2009
@@ -3,3 +3,9 @@
.ruleset
target
+
+.classpath
+
+.settings
+
+.project
Modified: cxf/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=829542&r1=829541&r2=829542&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Sun Oct 25 11:28:49 2009
@@ -1411,6 +1411,20 @@
<spring.version>2.0.8</spring.version>
<spring.mock>spring-mock</spring.mock>
</properties>
+ </profile>
+ <profile>
+ <!-- Profile to clean even if you do not have the cxf plugins in
+ your local mavven repo -->
+ <id>clean</id>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>apache.snapshots</id>
+ <url>http://repository.apache.org/snapshots/</url>
+ </pluginRepository>
+ </pluginRepositories>
+ <build>
+ <defaultGoal>clean</defaultGoal>
+ </build>
</profile>
</profiles>