Do not perform site checkout by default

This commit is contained in:
aherbert 2022-01-18 17:55:15 +00:00
parent 916a7d0c14
commit f4bc2a48ce
1 changed files with 4 additions and 8 deletions

12
pom.xml
View File

@ -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>