[infinispan-issues] [JBoss JIRA] (ISPN-4748) Source code always recompiled (no incremental compilation)

Dan Berindei (JIRA) issues at jboss.org
Tue Sep 23 06:33:02 EDT 2014


     [ https://issues.jboss.org/browse/ISPN-4748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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.



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the infinispan-issues mailing list