Hi Antonello, The way the maven eclipse stuff works is that it creates multiple projects for each module, not a single project with multiple sources. So if you run 'mvn eclipse:eclipse' from your 'gt' directory, then go to eclipse and point the import wizard at that directory you should pick up all the modules as projects.
Doing it the other way I believe you will have issues with dependencies. Antonello Andrea wrote: > > Hi, I'm trying to setup the maven build environment in eclipse, but I > have some (I'm pretty sure) trivial problem: > > I checked out the whole gt trunc and created an eclipse project > on it, setting the src folders to all those modules and plugins I at > least heard about. > > Before I tried to build following the good guidelines by Jody Garnett and > Luigi Berrettini. It builds flawless. So far so good. > > Then I stepped into eclipse again (before I had done just the checkout). > As I saw in the flash tutorial the missing jars should be added as > maven dependency. In fact I miss a lot of jars and usually I add them to > the build path. I did in fact add them to the build path, but I'm not > sure it's the right thing to do. Should they all be added to the maven > dependencies? > > In the end starting the build from within eclipse doesn nothing. It says > the build was completed sucessfully, but nothing more (and it didn't > build). But I think this is probably due to some misconfiguration. > > So first things first, can anyone please tell me the difference (and the > coexistence) of the two different classpath variables? (eclipse - maven) There is one variable, called M2_REPO that you need to set to your local maven repository > > Best regards, > Andrea Hope that helps. -Justin > > > > > -- Justin Deoliveira The Open Planning Project [EMAIL PROTECTED] ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
