Author: olamy
Date: Thu Jan 10 22:20:35 2013
New Revision: 1431701
URL: http://svn.apache.org/viewvc?rev=1431701&view=rev
Log:
use default path for svn pubsub
Modified:
commons/proper/cli/trunk/pom.xml
Modified: commons/proper/cli/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/cli/trunk/pom.xml?rev=1431701&r1=1431700&r2=1431701&view=diff
==============================================================================
--- commons/proper/cli/trunk/pom.xml (original)
+++ commons/proper/cli/trunk/pom.xml Thu Jan 10 22:20:35 2013
@@ -162,7 +162,6 @@
<!-- The RC version used in the staging repository URL. -->
<commons.rc.version>RC1</commons.rc.version>
- <commons.site.path>cli</commons.site.path>
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
</properties>
@@ -263,7 +262,7 @@
</site>
</distributionManagement>
</profile>
- <profile>
+ <!--profile>
<id>setup-checkout</id>
<activation>
<file>
@@ -286,18 +285,18 @@
<configuration>
<tasks>
<exec executable="svn">
- <arg line="checkout --depth immediates
${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
+ <arg line="checkout - -depth immediates
${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
</exec>
<exec executable="svn">
- <arg line="update --set-depth exclude
${commons.scmPubCheckoutDirectory}/javadocs" />
+ <arg line="update - -set-depth exclude
${commons.scmPubCheckoutDirectory}/javadocs" />
</exec>
<pathconvert pathsep=" " property="dirs">
<dirset dir="${commons.scmPubCheckoutDirectory}"
includes="*" />
</pathconvert>
<exec executable="svn">
- <arg line="update --set-depth infinity ${dirs}" />
+ <arg line="update - -set-depth infinity ${dirs}" />
</exec>
</tasks>
</configuration>
@@ -306,7 +305,7 @@
</plugin>
</plugins>
</build>
- </profile>
+ </profile-->
</profiles>
</project>