diff --git a/client/pom.xml b/client/pom.xml index 4d1c11894de..29fef4f335e 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -749,7 +749,7 @@ org.apache.cloudstack Wix-cloudstack-maven-plugin - 4.5.0-SNAPSHOT + ${project.version} wix-cs diff --git a/pom.xml b/pom.xml index e7f56f96cce..0b3b56e7aa0 100644 --- a/pom.xml +++ b/pom.xml @@ -1059,5 +1059,16 @@ + + buildw + + + buildw + + + + tools/wix-cloudstack-maven-plugin + + diff --git a/Wix-cloudstack-maven-plugin/pom.xml b/tools/wix-cloudstack-maven-plugin/pom.xml similarity index 96% rename from Wix-cloudstack-maven-plugin/pom.xml rename to tools/wix-cloudstack-maven-plugin/pom.xml index 0ce356ce2da..7b89b0748c6 100644 --- a/Wix-cloudstack-maven-plugin/pom.xml +++ b/tools/wix-cloudstack-maven-plugin/pom.xml @@ -11,12 +11,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 Wix-cloudstack-maven-plugin - Wix-cloudstack-maven-plugin + Apache CloudStack - Wix Maven Plugin maven-plugin org.apache.cloudstack cloudstack 4.5.0-SNAPSHOT + ../../pom.xml @@ -74,4 +75,4 @@ - \ No newline at end of file + diff --git a/Wix-cloudstack-maven-plugin/src/org/apache/cloudstack/wix/HeatMojo.java b/tools/wix-cloudstack-maven-plugin/src/org/apache/cloudstack/wix/HeatMojo.java similarity index 100% rename from Wix-cloudstack-maven-plugin/src/org/apache/cloudstack/wix/HeatMojo.java rename to tools/wix-cloudstack-maven-plugin/src/org/apache/cloudstack/wix/HeatMojo.java