Olivier Lamy created MCOMPILER-500: -------------------------------------- Summary: 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 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)