On Thu, Sep 4, 2008 at 6:04 PM, Sergiu Dumitriu <[EMAIL PROTECTED]> wrote:
> To make sure your changes are found in the final XE archive, you should > build the whole platform trunks, then build the enterprise project using > the -o maven parameter. I was doing like that. On the root of the platform dir (platform trunks): mvn -Pwindows On the root of the enterprise dir: mvn -o -Pwindows,mysql It's interesting to note that the problem is only with the POM->xwiki.cfg. The source files I'm changing have their changes propagated to the final build. > If it doesn't work, then somebody forgot to update some of the > dependency versions, and the wrong pom ends up in the build. You should > check the version in the modified pom and the one in the resulting archive. Resulting archive you mean maven repository? What do you call "version"? The SVN revision? How would I check that for the resulting archive? -- Tiago Rinck Caveden http://caveden.multiply.com _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

