diff --git a/pom.xml b/pom.xml index d9990d14e..4100484fe 100644 --- a/pom.xml +++ b/pom.xml @@ -69,6 +69,7 @@ 3.6.1 5.7.2 3.0.0-M5 + 1.8 ${basedir} @@ -94,6 +95,10 @@ 1.2.10 ${git.revision}; ${maven.build.timestamp} + + true + + is-child-module + + + ${basedir}/CONTRIBUTING.md + + + + false + + + + setup-checkout - site-content + ${commons.scmPubCheckoutDirectory} @@ -608,7 +628,25 @@ org.apache.maven.plugins maven-antrun-plugin + ${math.antrun.version} + + + empty-checkout + pre-site + + run + + + + + + + + + prepare-checkout pre-site @@ -616,22 +654,53 @@ run - - - + + + + + + - - - - - - - - - - - + The '${commons.scmPubCheckoutDirectory}' directory is controlled by "subversion". +Running "svn up" will download *all* the files of the live web site at + https://commons.apache.org/math +This is avoided by creating an empty directory when svn is not available. + + + + + + + + + + + + clean-checkout + + + ${commons.scmPubCheckoutDirectory} + + + + + + org.apache.maven.plugins + maven-antrun-plugin + ${math.antrun.version} + + + remove-checkout + clean + + run + + + + + +