|
Content with label eclipse in GeoTools Developers Guide (See content from all spaces)
There are no related labels.
2.5.8 Maven Eclipse Plugin Goals
Creating .project and .classpath files You can use maven to set up the files needed for eclipse: C:\java\geotools\trunk\>mvn eclipse:eclipse The way to read the above line is we are using the eclipse plugin, and we are asking ...
|
Eclipse FAQ
Q: Why do I have to use Maven? A: It is a tool that allows us open source developers to work together with out buiilding a lot of infrastructure. As an example of this Maven downloads 142 jars (at last count) into a repository on your machine ...
|
Eclipse Setup and Build
Open a shell and do a full "mvn install" if you haven't done so before # Then do a "mvn eclipse:eclipse" to generate all the .classpath and .project files you need to do this full build first (so the .m2/repository directory has ...
|
|
|