-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 3.1
-
Fix Version/s: None
-
Labels:None
When we do clean -> compile -> compile, all Java sources are re-compiled for second compilation steps:
[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 ...
The source code of the affected project: https://github.com/richfaces/richfaces5/tree/077dcfc0a46d03d7ba9a7ac3e701a4adfb834c71
- is related to
-
MCOMPILER-368 package-info.java always triggers recompilation of module
-
- Open
-
-
MCOMPILER-194 Strange effects with springs @Configurable (AspectJ) and new compiler plugin version 3.0
-
- Reopened
-
-
MCOMPILER-187 incremental stuff detect changes even if nothing has changed means too much compilation
-
- Closed
-
- relates to
-
FLINK-8847 Modules containing package-info.java are always recompiled
-
- Closed
-
- links to