You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Olivier Lamy (Jira)" <ji...@apache.org> on 2022/12/21 22:45:00 UTC

[jira] [Updated] (MCOMPILER-517) store compilation time of modules to avoid not needed compile when using install

     [ https://issues.apache.org/jira/browse/MCOMPILER-517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy updated MCOMPILER-517:
-----------------------------------
    Description: 
when using `install` m-compiler-p detects artifacts of the reactor as new and so re compile everything whereas it is not needed.
the solution is to store on disk the last compilation time of a module and use this value rather than the installed artifact timestamp

> store compilation time of modules to avoid not needed compile when using install
> --------------------------------------------------------------------------------
>
>                 Key: MCOMPILER-517
>                 URL: https://issues.apache.org/jira/browse/MCOMPILER-517
>             Project: Maven Compiler Plugin
>          Issue Type: Improvement
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>            Priority: Major
>
> when using `install` m-compiler-p detects artifacts of the reactor as new and so re compile everything whereas it is not needed.
> the solution is to store on disk the last compilation time of a module and use this value rather than the installed artifact timestamp



--
This message was sent by Atlassian Jira
(v8.20.10#820010)