Skip to content

Commit bf22902

Browse files
committed
fix path
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1430851 13f79535-47bb-0310-9956-ffa450edef68
1 parent fabb444 commit bf22902

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@
163163
<commons.rc.version>RC1</commons.rc.version>
164164

165165
<commons.site.path>cli</commons.site.path>
166+
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
166167
</properties>
167168

168169
<build>
@@ -266,7 +267,7 @@
266267
<id>setup-checkout</id>
267268
<activation>
268269
<file>
269-
<missing>${commons.scmPubCheckoutDirectory}</missing>
270+
<missing>site-content</missing>
270271
</file>
271272
</activation>
272273
<build>

0 commit comments

Comments
 (0)