Re: maven problem: class file not added in excecutable after compilation

2011-04-02 Thread ML
Hi, because the Maven Eclipse Plugin version 2.8 has filter issues I use version 2.6 to generate Eclipse .classpath and .project files. With version 2.6 the order of the .classpath entries does not match the order the M2Eclipse plugin creates nor the behaviour of the mvn command line. The order o

Re: Commented: (MECLIPSE-388) Correct classpath ordering in .classpath

2011-04-02 Thread ML
Hi, > The classpath order is the reason why we're still using version 2.4 of the > eclipse plugin. > It's important that the pom order of the dependencies is reflected in > Eclipse. with version 2.6 the order of the .classpath entries does not match the order the M2Eclipse plugin creates nor th