David, I always generate projects first and then import into Eclipse. I am using Neon.1 on Linux. To generate Eclipse projects (only), I recommend something like:
mvn -DdownloadSources eclipse:clean eclipse:eclipse Eclipse project generation *must* be performed from the top-level directory so that projects have the correct in-workspace references and do not depend on GeoTools jars in your local Maven repository. I have never had success with the built-in Maven support in Eclipse. I find command-line Maven to be powerful and consistent. Kind regards, Ben. On 07/12/16 04:26, David Adler wrote: > Using Eclipse Neon, I imported the Maven project based on the current Git > clone. > There are over 100 errors, mostly relating to the pom.xml files. > > Is there a simple fix for this or should I be using a different process like > creating an Eclipse project first and then importing into it? > > > > -------------------------------------------------------------------------------- > Avast logo <https://www.avast.com/antivirus> > > This email has been checked for viruses by Avast antivirus software. > www.avast.com <https://www.avast.com/antivirus> > > > > > ------------------------------------------------------------------------------ > Developer Access Program for Intel Xeon Phi Processors > Access to Intel Xeon Phi processor-based developer platforms. > With one year of Intel Parallel Studio XE. > Training and support from Colfax. > Order your platform today.http://sdm.link/xeonphi > > > > _______________________________________________ > GeoTools-GT2-Users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users > -- Ben Caradoc-Davies <[email protected]> Director Transient Software Limited <http://transient.nz/> New Zealand ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today.http://sdm.link/xeonphi _______________________________________________ GeoTools-GT2-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
