Do not perform site checkout by default
This commit is contained in:
parent
916a7d0c14
commit
f4bc2a48ce
12
pom.xml
12
pom.xml
|
@ -640,13 +640,9 @@
|
|||
</profile>
|
||||
<profile>
|
||||
<!-- Runs if the SVN site checkout does not exist.
|
||||
This is either obtained using svn (for the parent) or an empty directory is created. -->
|
||||
<id>setup-checkout</id>
|
||||
<activation>
|
||||
<file>
|
||||
<missing>${commons.scmPubCheckoutDirectory}</missing>
|
||||
</file>
|
||||
</activation>
|
||||
This is either obtained using svn (for the parent) or an empty directory is created.
|
||||
The site-content directory is used when updating the live site. -->
|
||||
<id>site-checkout</id>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
@ -701,7 +697,7 @@ This is avoided by creating an empty directory when svn is not available.
|
|||
</profile>
|
||||
<profile>
|
||||
<!-- Allow the SVN site checkout to be removed in the clean phase. -->
|
||||
<id>clean-checkout</id>
|
||||
<id>clean-site-checkout</id>
|
||||
<activation>
|
||||
<file>
|
||||
<exists>${commons.scmPubCheckoutDirectory}</exists>
|
||||
|
|
Loading…
Reference in New Issue