| [news.eclipse.technology.iam] Re: Apparent Maven / JUnit clash in eclipse |
Maven likes to compile test code to /target/test-classes
This isnt part of the default Build Path.
I have created a new maven project by using the wizard and checking the "Create a simple maven project" checkbox.
In this project, src/main/java has its output folder set to default (target/classes) and src/test/java has its output folder correctly set to target/test-classes.
So my problem probably lay between my keyboard and chair ;)
-Ben