I don't know the details for eclipse, but I know that it can run maven builds directly from inside eclipse and i think that there is equivalent functionality as for the idea plugin. For that, you just say "mvn idea:idea" and maven builds all the necessary intellij style project files. I think there is the same thing for eclipse.
This might help: http://maven.apache.org/eclipse-plugin.html On Tue, Feb 10, 2009 at 3:44 PM, Jeff Eastman <[email protected]>wrote: > Not to my knowledge, but that would be marvelous. I ran the build in the > checkout directory where I already had a .project and .classpath. Then I > started Eclipse and it has classpath problems. > > Jeff > > > Ted Dunning wrote: > >> Doesn't maven produce a usable eclipse project for you? >> >> On Tue, Feb 10, 2009 at 3:14 PM, Jeff Eastman <[email protected] >> >wrote: >> >> >> >>> Build worked fine but I'm trying to cajole Eclipse into working with it. >>> The repository organization makes it difficult to work with. Maybe >>> there's >>> an Eclipse plugin? >>> >>> Jeff >>> >>> Grant Ingersoll wrote: >>> >>> >>> >>>> In the case of the libs, like Hadoop, that aren't in the Maven repo, our >>>> POM is setup to automatically install them (and deploy, too) >>>> >>>> For new Maven users, I'd start with: >>>> http://maven.apache.org/users/index.html >>>> >>>> From there, I use http://maven.apache.org/plugins/index.html a lot and >>>> also http://maven.apache.org/pom.html and also >>>> http://maven.apache.org/guides/index.html >>>> >>>> >>>> >>>> >>> >> >> > > -- Ted Dunning, CTO DeepDyve 4600 Bohannon Drive, Suite 220 Menlo Park, CA 94025 www.deepdyve.com 650-324-0110, ext. 738 858-414-0013 (m)
