maven-war-plugin icon indicating copy to clipboard operation
maven-war-plugin copied to clipboard

Apache Maven WAR Plugin

Results 30 maven-war-plugin issues
Sort by recently updated
recently updated
newest added

Bumps commons-io:commons-io from 2.13.0 to 2.17.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.13.0&new-version=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...

dependencies
java

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...

dependencies
java

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...

invalid
waiting-for-feedback

Bumps org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-lang3&package-manager=maven&previous-version=3.19.0&new-version=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...

dependencies
java

### 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...

enhancement

**[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...

bug
priority:minor

**[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...

bug
priority:major

**[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...

enhancement
priority:major

**[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...

bug
priority:minor