Currently .classpath duplicates the version information in the pom.xml, which can easily become outdated.
I don't want to mandate that any change to the pom.xml must be followed by a 'mvn -Peclipse eclipse:eclipse', because some don't even use Eclipse.
I propose we start using 'Maven Integration for Eclipse' [url]http://m2eclipse.codehaus.org/[/url] and check-in its artifacts.
Note that the output directory must [b]not[/b] point to 'target/classes'. This to prevent an accidental check-in of code that Eclipse can compile, but JDK can't. For the moment 'eclipse-target/classes' and 'eclipse-target/test-classes' should suffice.
Comments