mirror of
https://github.com/apache/commons-lang.git
synced 2025-03-03 14:39:05 +00:00
svnpubsub is now activated
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1450350 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d474cf3ccf
commit
c702b0356d
9
pom.xml
9
pom.xml
@ -611,8 +611,6 @@
|
|||||||
</reporting>
|
</reporting>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
<!-- TODO uncomment when svnpubsub ready take care of params with 2 - changed to have xml compliant format -->
|
|
||||||
<!--
|
|
||||||
<profile>
|
<profile>
|
||||||
<id>setup-checkout</id>
|
<id>setup-checkout</id>
|
||||||
<activation>
|
<activation>
|
||||||
@ -636,18 +634,18 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<tasks>
|
<tasks>
|
||||||
<exec executable="svn">
|
<exec executable="svn">
|
||||||
<arg line="checkout - -depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
|
<arg line="checkout --depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
|
||||||
</exec>
|
</exec>
|
||||||
|
|
||||||
<exec executable="svn">
|
<exec executable="svn">
|
||||||
<arg line="update - -set-depth exclude ${commons.scmPubCheckoutDirectory}/javadocs" />
|
<arg line="update --set-depth exclude ${commons.scmPubCheckoutDirectory}/javadocs" />
|
||||||
</exec>
|
</exec>
|
||||||
|
|
||||||
<pathconvert pathsep=" " property="dirs">
|
<pathconvert pathsep=" " property="dirs">
|
||||||
<dirset dir="${commons.scmPubCheckoutDirectory}" includes="*" />
|
<dirset dir="${commons.scmPubCheckoutDirectory}" includes="*" />
|
||||||
</pathconvert>
|
</pathconvert>
|
||||||
<exec executable="svn">
|
<exec executable="svn">
|
||||||
<arg line="update - -set-depth infinity ${dirs}" />
|
<arg line="update --set-depth infinity ${dirs}" />
|
||||||
</exec>
|
</exec>
|
||||||
</tasks>
|
</tasks>
|
||||||
</configuration>
|
</configuration>
|
||||||
@ -657,7 +655,6 @@
|
|||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
-->
|
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user