Author: sebb Date: Fri Jun 18 14:36:46 2010 New Revision: 956015 URL: http://svn.apache.org/viewvc?rev=956015&view=rev Log: COMMONSSITE-55 Enable deployment to local folder
Modified: commons/proper/commons-parent/trunk/pom.xml Modified: commons/proper/commons-parent/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=956015&r1=956014&r2=956015&view=diff ============================================================================== --- commons/proper/commons-parent/trunk/pom.xml (original) +++ commons/proper/commons-parent/trunk/pom.xml Fri Jun 18 14:36:46 2010 @@ -635,6 +635,18 @@ <!-- N.B. when adding new java profiles, be sure to update the _removeheaders list in the maven_bundle_plugin configuration --> + <!-- + | Profile to allow testing of deploy phase + | e.g. + | mvn deploy -Ptest-deploy -Prelease -Dgpg.skip + --> + <profile> + <id>test-deploy</id> + <properties> + <altDeploymentRepository>id::default::file:target/deploy</altDeploymentRepository> + </properties> + </profile> + <!-- Profile to build all Commons "proper" components.