Skip to content

Commit

Permalink
Do not perform minimal site checkout in pre-site phase
Browse files Browse the repository at this point in the history
This profile must now be explicitly activated.
  • Loading branch information
aherbert committed Sep 5, 2021
1 parent e2c9cd2 commit 080304a
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@
<id>is-child-module</id>
<activation>
<file>
<missing>${basedir}/CONTRIBUTING.md</missing>
<missing>${basedir}/RELEASE-NOTES.txt</missing>
</file>
</activation>
<properties>
Expand All @@ -503,13 +503,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>
Expand Down Expand Up @@ -564,7 +560,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>
Expand Down

0 comments on commit 080304a

Please sign in to comment.