maven-war-plugin
maven-war-plugin copied to clipboard
Apache Maven WAR Plugin
Bumps commons-io:commons-io from 2.13.0 to 2.17.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [org.apache.maven.shared:maven-filtering](https://github.com/apache/maven-filtering) from 3.3.1 to 3.4.0. Release notes Sourced from org.apache.maven.shared:maven-filtering's releases. 3.3.2 What's Changed pick correct hamcrest dependency by @elharo in apache/maven-filtering#74 Prefer commons lang to plexus utils by...
This file appears to no longer be needed as all integration tests pass when it's removed. It also seems to be quite out of date in terms of versions. If...
Bumps org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
### New feature, improvement proposal When checking whether to copy files into the exploded war, the plugin is aggressively copying each file even if it is already present with an...
**[Kari J. Niemi](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=karniemi)** opened **[MWAR-448](https://issues.apache.org/jira/browse/MWAR-448?redirect=false)** and commented I think we discovered a minor odd difference with war-packaging between "mvn package" or "mvn install". We would expect that only difference between...
**[Allyn Tobey](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=snappy88)** opened **[MWAR-378](https://issues.apache.org/jira/browse/MWAR-378?redirect=false)** and commented The regex compiles, and runs in java, but it doesn't exclude the jar files. I am doing an or so i was able to...
**[Hervé Boutemy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hboutemy)** opened **[MWAR-471](https://issues.apache.org/jira/browse/MWAR-471?redirect=false)** and commented as seen on Jackrabbit releases https://lists.apache.org/thread/6qxnclwmxggq6j20l8z78yr375vxo508, building on Windows with WLS sharing a disk with for the local repository with the Windows machine leads...
**[Hockchai Lim](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hockchailim)** opened **[MWAR-351](https://issues.apache.org/jira/browse/MWAR-351?redirect=false)** and commented I've a maven web module that has several dependencies that are declared with \true\ in pom.xml. For example: \ \log4j\ \log4j\ \true\ \ When...