[jboss-dev-forums] [Design of JBoss Build System] - Eclipse and Maven (.project and .classpath in SVN)
wolfc
do-not-reply at jboss.com
Fri Apr 25 02:18:33 EDT 2008
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#4146711
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146711
More information about the jboss-dev-forums
mailing list