This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.apache.maven.plugins-maven-plugins-43 in repository https://gitbox.apache.org/repos/asf/maven-war-plugin.git
discard ae05693 Bump org.apache.maven.plugins:maven-plugins from 41 to 43 add b6a640f copy edits (#74) add c3ac8db use new Reproducible Central badge endpoint 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 77875a8 Bump org.apache.maven.plugins:maven-plugins from 41 to 43 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 (ae05693) \ N -- N -- N refs/heads/dependabot/maven/org.apache.maven.plugins-maven-plugins-43 (77875a8) 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 | 26 +---- pom.xml | 8 +- .../apache/maven/plugins/war/AbstractWarMojo.java | 116 ++++++-------------- .../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/apt/index.apt.vm | 8 +- src/site/site.xml | 2 +- .../maven/plugins/war/WarExplodedMojoTest.java | 118 +++++---------------- .../apache/maven/plugins/war/WarOverlaysTest.java | 6 +- 20 files changed, 226 insertions(+), 353 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