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/07/26 11:00:00 UTC

[jira] [Closed] (MCOMPILER-500) add a parameter to exclude some pattern from incr stale source file calculation

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

Olivier Lamy closed MCOMPILER-500.
----------------------------------
    Resolution: Fixed

> add a parameter to exclude some pattern from incr stale source file calculation
> -------------------------------------------------------------------------------
>
>                 Key: MCOMPILER-500
>                 URL: https://issues.apache.org/jira/browse/MCOMPILER-500
>             Project: Maven Compiler Plugin
>          Issue Type: New Feature
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>            Priority: Major
>             Fix For: 3.11.0
>
>
> the feature here https://issues.apache.org/jira/browse/MCOMPILER-205 has created some problem for users who don't want this auto creation (https://github.com/eclipse/jetty.project/issues/7855) but because they have package-info so now do not have incremental working anymore
> The idea is to have such parameter:
>  
> <incrementalExcludes>
> <incrementalExclude>**/package-info.java</incrementalExclude>
> </incrementalExcludes>



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