With the m2eclipse plugin, you can at least manage the Maven dependencies declared in the pom.xml directly in your eclipse project and then use all the traditional coding helpers and also activate the "automatic build" option. But at the end, you shall launch "mvn install" from the shortcuts provided in eclipse to compile/package/install... you can even deploy remotely from eclipse using maven... Maven really makes lots of things easier even if it seems to you redundant with ant sometimes (in fact it uses ant:))
br Pascal On Thu, Mar 13, 2008 at 11:09 AM, Thomas Mortagne <[EMAIL PROTECTED]> wrote: > The Eclipse guide in not up to date. You can't build XWiki with ant > anymore. See http://dev.xwiki.org/xwiki/bin/view/Community/Building > for building with maven. > > On Thu, Mar 13, 2008 at 2:30 AM, Shiwei Hu <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > Now I only have pom.xml, the guide says I should run->Ant Building, > > however, I haven't found build.xml in my project. What should I do to > build > > xwiki in Eclipse but not run mvn install? > > > > Regards, > > Switchoo > > _______________________________________________ > > devs mailing list > > [email protected] > > http://lists.xwiki.org/mailman/listinfo/devs > > > > > > > > -- > Thomas Mortagne > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs >
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

