In 3.2-RC2, the standard directory where the generated base om classes output file were put, was defined as ${project.build.directory}/generated-sources/torque

However, it turned out that this is not a good place because other plugins usually generate code into the target/generated-sources folder directly, and as the torque folder is a subfolder of these,
this causes problems with the compile path.

I'd like to change the standard setting to
${project.build.directory}/generated-sources

This change would affect only maven 2 users, and would not be noticeable to them in normal usage after a "mvn clean". Any objections ?

    Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to