This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.apache.maven.shared-maven-filtering-3.4.0 in repository https://gitbox.apache.org/repos/asf/maven-war-plugin.git
discard c8cf8ec Bump org.apache.maven.shared:maven-filtering from 3.3.1 to 3.4.0 add 1e267a6 Prefer Guice injection (#79) add 64dda8d Delete commented code (#82) add da510fe [MNGSITE-529] Rename "Goals" to "Plugin Documentation" add b3eb2b5 Enable GitHub issues add ae9b535 Add release drafter, PR-automation and stale action add e5e7057 Bump commons-io:commons-io from 2.13.0 to 2.17.0 add c6eb2ac Bump org.codehaus.plexus:plexus-interpolation from 1.26 to 1.28 add 88496a6 Bump org.apache.maven:maven-archiver from 3.6.2 to 3.6.3 add a4f8445 Update parent to 44 add 42aa07a Bump org.apache.maven.shared:maven-filtering from 3.3.1 to 3.4.0 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (c8cf8ec) \ N -- N -- N refs/heads/dependabot/maven/org.apache.maven.shared-maven-filtering-3.4.0 (42aa07a) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .asf.yaml | 4 + .../ISSUE_TEMPLATE/BUG.yml | 33 +++- .../ISSUE_TEMPLATE/FEATURE.yml | 20 ++- .../ISSUE_TEMPLATE/config.yml | 15 +- .github/pull_request_template.md | 32 ++-- .../release-drafter.yml | 4 +- .../{maven-verify.yml => pr-automation.yml} | 14 +- .../{maven-verify.yml => release-drafter.yml} | 14 +- .github/workflows/{maven-verify.yml => stale.yml} | 13 +- README.md | 24 +-- pom.xml | 13 +- .../apache/maven/plugins/war/AbstractWarMojo.java | 117 ++++----------- .../apache/maven/plugins/war/WarExplodedMojo.java | 19 ++- .../apache/maven/plugins/war/WarInPlaceMojo.java | 20 ++- .../java/org/apache/maven/plugins/war/WarMojo.java | 18 +++ .../META-INF/plexus/components.xml | 89 ----------- src/site/site.xml | 2 +- .../plugins/war/AbstractWarExplodedMojoTest.java | 2 +- .../maven/plugins/war/AbstractWarMojoTest.java | 8 +- .../plugins/war/WarExplodedMojoFilteringTest.java | 5 +- .../maven/plugins/war/WarExplodedMojoTest.java | 166 ++++++--------------- .../maven/plugins/war/WarInPlaceMojoTest.java | 4 +- .../apache/maven/plugins/war/WarOverlaysTest.java | 6 +- .../plugins/war/stub/AbstractArtifactStub.java | 11 +- .../maven/plugins/war/stub/EJBArtifactStub.java | 4 +- .../war/stub/EJBArtifactStubWithClassifier.java | 4 +- .../plugins/war/stub/EJBClientArtifactStub.java | 4 +- .../maven/plugins/war/stub/PARArtifactStub.java | 4 +- .../maven/plugins/war/stub/ProjectHelperStub.java | 8 +- .../maven/plugins/war/stub/ResourceStub.java | 4 +- .../maven/plugins/war/stub/TLDArtifactStub.java | 4 +- .../maven/plugins/war/stub/WarArtifactStub.java | 12 +- .../maven/plugins/war/stub/WarOverlayStub.java | 4 +- 33 files changed, 292 insertions(+), 409 deletions(-) copy .git-blame-ignore-revs => .github/ISSUE_TEMPLATE/BUG.yml (54%) copy .git-blame-ignore-revs => .github/ISSUE_TEMPLATE/FEATURE.yml (60%) copy .git-blame-ignore-revs => .github/ISSUE_TEMPLATE/config.yml (62%) copy src/it/MWAR-143/invoker.properties => .github/release-drafter.yml (89%) copy .github/workflows/{maven-verify.yml => pr-automation.yml} (80%) copy .github/workflows/{maven-verify.yml => release-drafter.yml} (81%) copy .github/workflows/{maven-verify.yml => stale.yml} (82%) delete mode 100644 src/main/resources-filtered/META-INF/plexus/components.xml