[ 
https://issues.apache.org/jira/browse/OGNL-8?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13119703#comment-13119703
 ] 

Olivier Lamy commented on OGNL-8:
---------------------------------

perso I don't like too the idea about generating files to src/main/java as 
Daniel said it's generated files during the build.
If there is any timestamp generated or a "touch" on those files, mvn release 
plugin will fail because you have file modified locally.
I use idea and I don't have any issues with files generated in 
target/generated-sources.
It's not a maven issue here but a poor support of generated sources by m2e. To 
fix that you have to add a huge number of files or write your own configurator
Is there any possibility to add manually in eclipse target/generated-sources in 
sources directory ?
Or at least this must not be in the standard lifecycle but in a profile 
activated by only for folks using m2e.


                
> use javacc to generate AST* and OGNLParser Java sources
> -------------------------------------------------------
>
>                 Key: OGNL-8
>                 URL: https://issues.apache.org/jira/browse/OGNL-8
>             Project: OGNL
>          Issue Type: Task
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>         Attachments: OGNL-8-keep-custom-AST.patch, OGNL-8.patch, 
> patch-ognl-8-v1.patch
>
>


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

        

Reply via email to