From 7142cd19f2feed949fb1e4a71f59cf9d56a4943a Mon Sep 17 00:00:00 2001 From: Kelven Yang Date: Wed, 18 Sep 2013 17:53:06 -0700 Subject: [PATCH] Apply https://reviews.apache.org/r/14186/ - Create parent pom to allow maven standard paths in project --- maven-standard/pom.xml | 48 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 maven-standard/pom.xml diff --git a/maven-standard/pom.xml b/maven-standard/pom.xml new file mode 100644 index 00000000000..0960e2f65cc --- /dev/null +++ b/maven-standard/pom.xml @@ -0,0 +1,48 @@ + + + 4.0.0 + cloud-maven-standard + Apache CloudStack Maven Contentions Parent + Historically ACS was built with a custom build system mixing ant and wscript. When the conversion to maven was done the existing directory structure in git was kept. So the src, testing, and resources folders in ACS don't follow the standard maven conventions. This parent pom forces the folders back to the standard conventions + pom + + org.apache.cloudstack + cloudstack + 4.3.0-SNAPSHOT + ../pom.xml + + + ${basedir}/src/main/java + ${basedir}/src/main/scripts + ${basedir}/src/test/java + ${basedir}/target/classes + ${basedir}/target/test-classes + + + ${basedir}/src/main/resources + + + + + ${basedir}/src/test/resources + + + +