From: Patrick Plitzner Date: Fri, 23 Mar 2018 13:17:04 +0000 (+0100) Subject: ref #7284 Move clean target to parent pom X-Git-Tag: 5.0.0^2~242 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/commitdiff_plain/c4fe6981a6034fafa08755475ee10453b864b4a6 ref #7284 Move clean target to parent pom --- diff --git a/eu.etaxonomy.taxeditor/pom.xml b/eu.etaxonomy.taxeditor/pom.xml index 58567483f..5b7f2cc4c 100644 --- a/eu.etaxonomy.taxeditor/pom.xml +++ b/eu.etaxonomy.taxeditor/pom.xml @@ -105,18 +105,6 @@ uploadRepo - - maven-clean-plugin - 3.0.0 - - - - ../../etaxonomy - false - - - - org.codehaus.mojo wagon-maven-plugin diff --git a/pom.xml b/pom.xml index fc30b315e..7cbd35d52 100644 --- a/pom.xml +++ b/pom.xml @@ -249,6 +249,18 @@ ${java.codelevel} + + maven-clean-plugin + 3.0.0 + + + + ../etaxonomy + false + + + + org.codehaus.mojo wagon-maven-plugin