Author: dkulp Date: Tue Oct 27 13:23:42 2009 New Revision: 830164 URL: http://svn.apache.org/viewvc?rev=830164&view=rev Log: Merged revisions 829861 via svnmerge from https://svn.apache.org/repos/asf/cxf/branches/2.2.x-fixes
................ r829861 | dkulp | 2009-10-26 12:58:05 -0400 (Mon, 26 Oct 2009) | 9 lines 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.1.x-fixes/ (props changed) cxf/branches/2.1.x-fixes/parent/ (props changed) cxf/branches/2.1.x-fixes/parent/pom.xml Propchange: cxf/branches/2.1.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-integrated' - no diff available. Propchange: cxf/branches/2.1.x-fixes/parent/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Tue Oct 27 13:23:42 2009 @@ -3,3 +3,9 @@ .ruleset target + +.classpath + +.settings + +.project Modified: cxf/branches/2.1.x-fixes/parent/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/parent/pom.xml?rev=830164&r1=830163&r2=830164&view=diff ============================================================================== --- cxf/branches/2.1.x-fixes/parent/pom.xml (original) +++ cxf/branches/2.1.x-fixes/parent/pom.xml Tue Oct 27 13:23:42 2009 @@ -1371,6 +1371,20 @@ <spring.version>2.5.4</spring.version> <spring.mock>spring-test</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>
