Hi, devs. 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 :) -- Artem Melentyev _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

