Artem Melentyev wrote: > Hi, devs. > > The build (at trunk) is working on maven-2.0.9 and our 2.1-SNAPSHOT now. > http://jira.xwiki.org/jira/browse/XWIKI-2346 > > Please install maven-2.0.9 and test the build.
Tested XE, works fine. The build should also be updated for the other products, as XEM contains an empty database, and Watch contains only the default XE pages. The Curriki build failed for me, but not due to maven errors (somebody should clean-up this product so that it can be easily deployed). Still, older branches/tags will not be build-able; isn't that an issue? > Artem Melentyev wrote: >> I found the cause: >> >> "prepare-package" phase is supported only in maven 2.1 >> (look at >> http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html#Lifecycle_Reference) >> >> I changed all "prepare-package" phases to "package" in xe/database >> and to "test" in web/standard ("package" works incorrectly here): >> http://rafb.net/p/SLjVW226.html >> >> maven-2.0.9 produce correct XE distribution now. >> >> Vincent Massol wrote: >>> No the proposal is not dropped. We just need to make it work with >>> 2.0.9. I haven't had the time to look into this but don't wait for me >>> to find the solution :) > -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

