From 080304a4c7e5394a97dccffa29f4bc4ee2590dd7 Mon Sep 17 00:00:00 2001 From: Alex Herbert Date: Sun, 5 Sep 2021 14:50:08 +0100 Subject: [PATCH] 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 d8a4cf0ed..7ed701746 100644 --- a/pom.xml +++ b/pom.xml @@ -494,7 +494,7 @@ is-child-module - ${basedir}/CONTRIBUTING.md + ${basedir}/RELEASE-NOTES.txt @@ -503,13 +503,9 @@ - setup-checkout - - - ${commons.scmPubCheckoutDirectory} - - + 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. --> + site-checkout @@ -564,7 +560,7 @@ This is avoided by creating an empty directory when svn is not available. - clean-checkout + clean-site-checkout ${commons.scmPubCheckoutDirectory}