Skip to content

Commit 7dfd7c2

Browse files
committed
use default path for svn pubsub
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1431701 13f79535-47bb-0310-9956-ffa450edef68
1 parent 5d27831 commit 7dfd7c2

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@
162162
<!-- The RC version used in the staging repository URL. -->
163163
<commons.rc.version>RC1</commons.rc.version>
164164

165-
<commons.site.path>cli</commons.site.path>
166165
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
167166
</properties>
168167

@@ -263,7 +262,7 @@
263262
</site>
264263
</distributionManagement>
265264
</profile>
266-
<profile>
265+
<!--profile>
267266
<id>setup-checkout</id>
268267
<activation>
269268
<file>
@@ -286,18 +285,18 @@
286285
<configuration>
287286
<tasks>
288287
<exec executable="svn">
289-
<arg line="checkout --depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
288+
<arg line="checkout - -depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
290289
</exec>
291290

292291
<exec executable="svn">
293-
<arg line="update --set-depth exclude ${commons.scmPubCheckoutDirectory}/javadocs" />
292+
<arg line="update - -set-depth exclude ${commons.scmPubCheckoutDirectory}/javadocs" />
294293
</exec>
295294

296295
<pathconvert pathsep=" " property="dirs">
297296
<dirset dir="${commons.scmPubCheckoutDirectory}" includes="*" />
298297
</pathconvert>
299298
<exec executable="svn">
300-
<arg line="update --set-depth infinity ${dirs}" />
299+
<arg line="update - -set-depth infinity ${dirs}" />
301300
</exec>
302301
</tasks>
303302
</configuration>
@@ -306,7 +305,7 @@
306305
</plugin>
307306
</plugins>
308307
</build>
309-
</profile>
308+
</profile-->
310309
</profiles>
311310

312311
</project>

0 commit comments

Comments
 (0)