Jesse Glick created MCOMPILER-167:
-------------------------------------

             Summary: Incorrect default for generatedTestSourcesDirectory
                 Key: MCOMPILER-167
                 URL: https://jira.codehaus.org/browse/MCOMPILER-167
             Project: Maven 2.x Compiler Plugin
          Issue Type: Bug
    Affects Versions: 2.2
            Reporter: Jesse Glick


http://maven.apache.org/plugins/maven-compiler-plugin/testCompile-mojo.html#generatedTestSourcesDirectory
 shows the default location as 
${project.build.directory}/generated-sources/test-annotations, but as 
http://netbeans.org/bugzilla/show_bug.cgi?id=208286#c1 mentions this should be 
${project.build.directory}/generated-test-sources/annotations instead, to 
enforce the convention that target/generated-sources/* are main source roots 
whereas target/generated-test-sources/* are test source roots.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to