What are the pros and cons of using the same or different directories
for the build directory in Eclipse and Maven?

I am running Eclipse with my project configured to compile into
project/build/classes

while maven on the command line by default compiles into
project/target/classes

Previously I had set the project to use 'target' and I think that was
the reason why I would always have to rebuild my project before running
JUnit - otherwise the tests refused to run, giving me ClassNotFound
exceptions.

This is Eclipse 3.3 and m2eclipse 0.0.11

Thanks
Adam

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to