Before I started using the maven plugin, the process I used was to select the "run" button to compile and run my code. I could then manually make the jar file as well if needed.
This would then regenerate the class files within the project/classes directory. This location is defined in the window/property screen under the java/build path property, under the "output folder name" Now that I have started using the maven plugin, I am confused about how I should be using it. I noticed that I also have a classes dir under the project/target directory. What is the best way to build and run the project? select the buld button, (running the external tools m2 build for the project) and then select the run button? Or have one button somehow do both? (currently, my maven build button compiles the code and builds the jar but does not run the app) -- View this message in context: http://www.nabble.com/eclipse-classes-vs-target-classes-tf3119063.html#a8641350 Sent from the Maven Eclipse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
