You can just change the output directory of Eclipse to target/ instead of build/. The pros are following the conventions of Maven and the con is having to set this for each project.
-----Original Message----- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 07, 2007 5:53 PM To: [email protected] Subject: [m2eclipse-user] target directory vs. build directory 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 --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
