You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2010/06/18 16:36:47 UTC

svn commit: r956015 - /commons/proper/commons-parent/trunk/pom.xml

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.