]
Dan Berindei updated ISPN-4748:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Source code always recompiled (no incremental compilation)
----------------------------------------------------------
Key: ISPN-4748
URL:
https://issues.jboss.org/browse/ISPN-4748
Project: Infinispan
Issue Type: Task
Affects Versions: 7.0.0.Beta2
Reporter: Ion Savin
Assignee: Ion Savin
Fix For: 7.0.0.Final
Incremental compilation is broken.
Running:
{noformat}
$ mvn -DskipTests clean install
$ mvn test
{noformat}
will have the source code recompiled on the second call.
The source of the problem is an issue in the 3.x maven-compiler-plugin which is confused
by the package-info.java source files (details here:
https://jira.codehaus.org/browse/MCOMPILER-205)
Solving this problem could improve the build time slightly.