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-statistics.git
The following commit(s) were added to refs/heads/master by this push: new 48c3b2f Do not perform minimal site checkout in pre-site phase 48c3b2f is described below commit 48c3b2fade255d1308ed5a65b094eaa72c707dfe Author: aherbert <aherb...@apache.org> AuthorDate: Fri Oct 8 14:46:24 2021 +0100 Do not perform minimal site checkout in pre-site phase This profile must now be explicitly activated. Added a RELEASE-NOTES.txt as a placeholder. This points users to the correct location to submit bugs. It is used by the site checkout profile. --- RELEASE-NOTES.txt | 12 ++++++++++++ pom.xml | 14 +++++--------- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt new file mode 100644 index 0000000..758b102 --- /dev/null +++ b/RELEASE-NOTES.txt @@ -0,0 +1,12 @@ + + Apache Commons Statistics RELEASE NOTES + +The Apache Commons Statistics project provides tools for statistics. + +There has been no formal release of this component. 1.0-SNAPSHOT versions +are available for testing using the Apache snapshots repository. + +For complete information on Apache Commons Statistics, including instructions on how to submit bug +reports, patches, or suggestions for improvement, see the Apache Commons Statistics website: + +http://commons.apache.org/proper/commons-statistics/ diff --git a/pom.xml b/pom.xml index 3415db2..3609397 100644 --- a/pom.xml +++ b/pom.xml @@ -514,7 +514,7 @@ <id>is-child-module</id> <activation> <file> - <missing>${basedir}/CONTRIBUTING.md</missing> + <missing>${basedir}/RELEASE-NOTES.txt</missing> </file> </activation> <properties> @@ -523,13 +523,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> @@ -584,7 +580,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>