From 79e6fe47c877051304b6f39d3b6c7d14b2f91c78 Mon Sep 17 00:00:00 2001 From: Pearl Dsilva Date: Tue, 12 Oct 2021 10:10:53 +0530 Subject: [PATCH] Fix warning caused due to duplicate declaration of plugin - pom.xml (#5568) --- engine/schema/pom.xml | 47 ++++++++++++++++++------------------------- 1 file changed, 20 insertions(+), 27 deletions(-) diff --git a/engine/schema/pom.xml b/engine/schema/pom.xml index acd49a900a0..bdeb0aebcf9 100644 --- a/engine/schema/pom.xml +++ b/engine/schema/pom.xml @@ -80,33 +80,6 @@ - - - - com.googlecode.maven-download-plugin - download-maven-plugin - 1.6.3 - - - download-checksums - validate - - wget - - - https://download.cloudstack.org/systemvm/${cs.version}/md5sum.txt - ${basedir}/dist/systemvm-templates/ - true - true - - - - - - org.codehaus.gmaven - gmaven-plugin - 1.5 - set-properties generate-sources @@ -137,6 +110,26 @@ + + com.googlecode.maven-download-plugin + download-maven-plugin + 1.6.3 + + + download-checksums + validate + + wget + + + https://download.cloudstack.org/systemvm/${cs.version}/md5sum.txt + ${basedir}/dist/systemvm-templates/ + true + true + + + + org.codehaus.mojo exec-maven-plugin