-1 mvn -P deps -D nonoss [INFO] Scanning for projects... [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.apache.cloudstack:xapi:5.6.100-1-SNAPSHOT (/home/sweller/apache-cloudstack-4.1.1-src/deps/XenServerJava/pom.xml) has 1 error [ERROR] Non-resolvable parent POM: Could not find artifact org.apache.cloudstack:cloudstack:pom:4.1.1-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 21, column 11 -> [Help 2] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
Doesn't build due to a pom.xml reference to <version>4.1.1-SNAPSHOT</version> in apache-cloudstack-4.1.1-src/deps/XenServerJava/pom.xml Here's a patch to fix it: --- apache-cloudstack-4.1.1-src/deps/XenServerJava/pom.xml.old 2013-07-25 08:09:41.702309598 -0500 +++ apache-cloudstack-4.1.1-src/deps/XenServerJava/pom.xml 2013-07-25 08:09:51.877251365 -0500 @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>xapi</artifactId> - Si ----- Original Message ----- From: "Ilya Musayev" <imusa...@webmd.net> To: dev@cloudstack.apache.org Sent: Wednesday, July 24, 2013 12:23:17 PM Subject: [VOTE] Apache Cloudstack 4.1.1 Hi All, I've created a 4.1.1 release, with the following artifacts up for a vote: Git Branch and Commit SH: https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=shortlog;h=refs/heads/4.1 Commit: 8fe3505cba45756a51e9e9ee97cd09bf1e71c79e Source release (checksums and signatures are available at the same location): https://dist.apache.org/repos/dist/dev/cloudstack/4.1.1/ PGP release keys (signed using B7B5E7FD): https://dist.apache.org/repos/dist/release/cloudstack/KEYS Vote will be open for 72 hours. For sanity in tallying the vote, can PMC members please be sure to indicate "(binding)" with their vote? [ ] +1 approve [ ] +0 no opinion [ ] -1 disapprove (and reason why)