This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git


The following commit(s) were added to refs/heads/master by this push:
     new 123740a  Do not perform minimal site checkout in pre-site phase
123740a is described below

commit 123740a1f7bc9fd3553388cb7b24455bd8f8a663
Author: aherbert <aherb...@apache.org>
AuthorDate: Fri Oct 8 14:51:36 2021 +0100

    Do not perform minimal site checkout in pre-site phase
    
    This profile must now be explicitly activated.
---
 pom.xml | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8f835f6..60c1cfb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -523,7 +523,7 @@
       <id>is-child-module</id>
       <activation>
         <file>
-          <missing>${basedir}/CONTRIBUTING.md</missing>
+          <missing>${basedir}/RELEASE-NOTES.txt</missing>
         </file>
       </activation>
       <properties>
@@ -532,13 +532,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>
@@ -593,7 +589,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>

Reply via email to