I'm migrating an older project to Maven, step by step. One of te quircks is
that it places the class files in a different folder. I've configured the
pom.xml accordingly, but Eclipse's output path is not set accordingly. This
should be rather trivial?
Tom
_
Let me answer myself; I had configured the outputDirectory in the
maven-compiler-plugin, but setting outputDirectory in the build tag works as
expected.
On 5-4-2017 11:43, Tom Eugelink wrote:
I'm migrating an older project to Maven, step by step. One of te quircks is
that it places the class