I'm setting up a project where team members could use either Maven2 or Eclipse to build the project. Normally, Maven will be used during CI/nightly builds and Eclipse by developers.
The question is: where is the particular output of these builds going? Do you recommend to use the same output folder for compiled classes of both tools, or what are the best practices in this case? If not using the same folder, I wish to put both output folder under target. So I would have to configure maven to use target/maven/classes and target/maven/test-classes, for example. How do I set the "main" output folder used for all build results (classes, test-classes, site, source generation, ...)? Setting just "directory" attribute in my POM (Maven docu says: "The directory where all files generated by the build are placed") is not working, so do I have to set all paths separately? Thanks for your hints, Christoph. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
