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'
http://m2eclipse.codehaus.org/ and check-in its artifacts.
Note that the output directory must not 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.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146711#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...