[ https://jira.codehaus.org/browse/MCOMPILER-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=323828#comment-323828
]
Lukas Fryc commented on MCOMPILER-187:
--------------------------------------
RichFaces project suffers from this issue as well: here is [source code|https://github.com/richfaces/richfaces5/tree/077dcfc0a46d03d7ba9a7ac3e701a4adfb834c71].
{code}
[framework]$ mvn clean
...
[framework]$ mvn compile
...
[INFO] --- maven-compiler-plugin:3.1:compile (precompile-sources-for-cdk) @ richfaces-framework
---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 915 source files to /mnt/workspace/workspaces/richfaces/richfaces5/framework/target/classes
...
[framework]$ mvn compile
...
[INFO] --- maven-compiler-plugin:3.1:compile (precompile-sources-for-cdk) @ richfaces-framework
---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 915 source files to /mnt/workspace/workspaces/richfaces/richfaces5/framework/target/classes
...
{code}
> incremental stuff detect changes even if nothing has changed means too much compilation
> ---------------------------------------------------------------------------------------
>
> Key: MCOMPILER-187
> URL: https://jira.codehaus.org/browse/MCOMPILER-187
> Project: Maven 2.x Compiler Plugin
> Issue Type: Bug
> Affects Versions: 3.0
> Reporter: Olivier Lamy
> Assignee: Olivier Lamy
> Priority: Critical
> Fix For: 3.1
>
> Attachments: no-class-in-java-file.zip
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|