Andrea Aime wrote:
> Seen this myself too. I guess we can pin down the version of
> the eclipse plugin in the main pom to 2.5

Thanks Andrea, that is just what I was looking for. Pinning the main pom 
to maven-eclipse-plugin 2.5 gives me an Eclipse workspace that compiles.


Index: pom.xml
===================================================================
--- pom.xml     (revision 32784)
+++ pom.xml     (working copy)
@@ -916,6 +916,11 @@
            <version>2.0.1</version>
          </plugin>
          <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-eclipse-plugin</artifactId>
+          <version>2.5</version>
+        </plugin>
+        <plugin>
            <groupId>org.codehaus.mojo</groupId>
            <artifactId>changelog-maven-plugin</artifactId>
            <version>2.0-beta-1</version>


-- 
Ben Caradoc-Davies <[email protected]>
Software Engineer, CSIRO Exploration and Mining
Australian Resources Research Centre
26 Dick Perry Ave, Kensington WA 6151, Australia

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to