[ 
https://jira.codehaus.org/browse/MCOMPILER-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Olivier Lamy closed MCOMPILER-167.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.4
         Assignee: Olivier Lamy

fixed r1325012.

                
> 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
>            Assignee: Olivier Lamy
>             Fix For: 2.4
>
>
> 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