maven-war-plugin
maven-war-plugin copied to clipboard
Apache Maven WAR Plugin
**[Seth Wilcox](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=laoseth)** opened **[MWAR-455](https://issues.apache.org/jira/browse/MWAR-455?redirect=false)** and commented For background, we are using perforce, which marks files as readonly until local modification. As such, when using the exploded target for faster incremental...
[MWAR-354] Generate .gz side-car files for certain resources above WEB-INF/ or in WEB-INF/resources
**[David Bullock](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=dtbullock)** opened **[MWAR-354](https://issues.apache.org/jira/browse/MWAR-354?redirect=false)** and commented Apache Tomcat 8.0 will automatically send the pre-gzipped version of a resource if it finds a .gz version of the file in the WAR....
**[David Benes](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=benes)** opened **[MWAR-443](https://issues.apache.org/jira/browse/MWAR-443?redirect=false)** and commented In my project, I'm using Derby database. Derby also needs locales, otherwise I get warning in the log file. Derby mentings these locales in...
**[Gaël Lalire](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=gaellalire)** opened **[MWAR-446](https://issues.apache.org/jira/browse/MWAR-446?redirect=false)** and commented --- **Issue Links:** - [MEAR-306](https://issues.apache.org/jira/browse/MEAR-306) Add an option to put libs in STORED mode (instead of DEFLATED)
**[wei cai](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=wecai)** opened **[MWAR-445](https://issues.apache.org/jira/browse/MWAR-445?redirect=false)** and commented Currently to build a war archive, maven-war-plugin need: * source paths (libraries, src/main/webapp...) -> exploded war -> build archive Many files need to be...
**[Leonid Rozenblyum](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=leokom)** opened **[MWAR-415](https://issues.apache.org/jira/browse/MWAR-415?redirect=false)** and commented It may be related to MRESOURCES-99 When a webResource, with filtering enabled contains property ${maven.build.timestamp}, it's not replaced by the timestamp. The workaround is...
**[jieryn](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jieryn)** opened **[MWAR-220](https://issues.apache.org/jira/browse/MWAR-220?redirect=false)** and commented With dependencyManagement section defined I get multiple versions of spring libraries in target/cas-*/WEB-INF/lib after mvn package. If I remove the dependencyManagement section then only one...
**[Michal Domagala](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michaldo)** opened **[MWAR-360](https://issues.apache.org/jira/browse/MWAR-360?redirect=false)** and commented Example: I have WAR project 'Base' with class A. I have WAR project 'Level1' which is depends on 'Base'. 'Level1' has class B extends...
**[Jakub Bochenski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jbochenski)** opened **[MWAR-353](https://issues.apache.org/jira/browse/MWAR-353?redirect=false)** and commented If I have no manifest files I don't get anything in the exploded location. If I put a `MANIFEST.MF` under webapp folder's `META-INF/MANIFEST.MF` I...
[MWAR-294] Unwanted transitive dependencies added to the WAR with dependency management and Maven 3.
**[Marc Rohlfs](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=marc.rohlfs)** opened **[MWAR-294](https://issues.apache.org/jira/browse/MWAR-294?redirect=false)** and commented With Maven 3, unwanted libraries are added to the _WEB-INF/lib_ folder of the packed web app in a multi-module build if: * The WAR...