[ 
http://jira.codehaus.org/browse/MOJO-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=226738#action_226738
 ] 

Andreas Sewe commented on MOJO-1445:
------------------------------------

Good point. I think the {{jalopy-maven-plugin}} should pick up *all* 
(test)sourceDirectories by default regardless of whether they were added by 
{{build-helper-maven-plugin}} or not; after all, that's what the 
{{maven-compiler-plugin}} does as well. Together with {{srcExlucdePatterns}} 
and {{testExcludePatterns}} (which would more aptly be named 
{{testSrcExcludePatterns}}) this gives you enough control over which files (or 
packages) are formatted. (If you want your generated tests to look like 
gibberish, fine -- simply don't run jalopy over them. ;-))

> Make sourceDirectory and testSourceDirectory configurable
> ---------------------------------------------------------
>
>                 Key: MOJO-1445
>                 URL: http://jira.codehaus.org/browse/MOJO-1445
>             Project: Mojo
>          Issue Type: Improvement
>          Components: jalopy
>            Reporter: Andreas Sewe
>            Priority: Minor
>
> This would be tremendously useful for generated sources which often should 
> not end up in {{${project.build.sourceDirectory}}}; the 
> {{javacc-maven-plugin}}, e.g., outputs its generated sources (which could  
> benefit from reformating) to 
> {{${project.build.directory}/generated-sources/javacc}}.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to