From b8b10e0ae763427013a6d5ecd872d7e9c217d4c2 Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Thu, 18 Jun 2020 08:21:20 +0200 Subject: [PATCH] Keep the staging directory of the project site in parent project. Former-commit-id: 45351ade0ea1ad359a22be5aa06dce975bb2155d --- pom.xml | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f3cbc5039..1070773f1 100644 --- a/pom.xml +++ b/pom.xml @@ -155,6 +155,11 @@ maven-assembly-plugin 3.1.1 + + org.apache.maven.plugins + maven-clean-plugin + 3.1.0 + org.apache.maven.plugins maven-compiler-plugin @@ -246,7 +251,7 @@ org.apache.maven.plugins maven-site-plugin - 3.7.1 + 3.9.0 org.apache.maven.plugins @@ -335,6 +340,22 @@ + + org.apache.maven.plugins + maven-clean-plugin + 3.1.0 + + true + + + ${project.build.directory} + + staging/** + + + + + org.apache.maven.plugins maven-enforcer-plugin @@ -382,6 +403,11 @@ https://svn.libreccm.org/ccm/ccm_ng-releases + + + org.apache.maven.plugins + maven-site-plugin + org.apache.maven.plugins @@ -841,4 +867,4 @@ - \ No newline at end of file +