Author: dkulp
Date: Mon Oct 26 16:58:05 2009
New Revision: 829861
URL: http://svn.apache.org/viewvc?rev=829861&view=rev
Log:
Merged revisions 829542 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r829542 | cschneider | 2009-10-25 07:28:49 -0400 (Sun, 25 Oct 2009) | 1 line
CXF-2495 added clean profile to parent pom
........
Modified:
cxf/branches/2.2.x-fixes/ (props changed)
cxf/branches/2.2.x-fixes/parent/ (props changed)
cxf/branches/2.2.x-fixes/parent/pom.xml
Propchange: cxf/branches/2.2.x-fixes/
('svn:mergeinfo' removed)
Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Propchange: cxf/branches/2.2.x-fixes/parent/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Oct 26 16:58:05 2009
@@ -3,3 +3,9 @@
.ruleset
target
+
+.classpath
+
+.settings
+
+.project
Modified: cxf/branches/2.2.x-fixes/parent/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/parent/pom.xml?rev=829861&r1=829860&r2=829861&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/parent/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/parent/pom.xml Mon Oct 26 16:58:05 2009
@@ -1369,6 +1369,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>