4.0.0 cloud-maven-standard Apache CloudStack Maven Conventions 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.7.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