maven-war-plugin
Maven WAR plugin and how to manage dependencies
Okay, this may well be a familiar question, however I still remain confused and I\'m struggling to find an answer that really clarifies the details.[详细]
2023-04-10 06:12 分类:问答Overwriting resources during maven war overlay
As I\'ve gathered, maven-war-plugin never overwrites files which already exist in the target of an overlay. For example, if I have a war A which has a dependency on a war B, both of which conta开发者_[详细]
2023-04-09 19:33 分类:问答excluding some classes from web-inf/classes
I u开发者_C百科se maven-war-plugin to build WAR, and I need to exclude several WAR classes from web-inf/classes (that\'s GWT classes, they shouldn\'t get to server deployment).[详细]
2023-04-01 07:55 分类:问答Exec goals before war archive package
I want to run maven-replacer-plugin just before packaging war. I have 开发者_JAVA百科find \"prepare-package\" phase but it triggered before war assembled and all resources copied, but I need to make c[详细]
2023-03-28 17:04 分类:问答gmaven grails project not using maven-war-plugin
I\'m having issues with a filtered context.xml file being packaged in a mvn grails:war execution. I have it working when you do mvn war:war but doing that doesn\'t create my grails application war.Wh[详细]
2023-03-15 01:23 分类:问答Exclude all the jar's from webapp/WEB-INF/lib
I have the third party jar\'s in my WEB project placed at /src/main/webapp/WEB-INF/lib/ I have mentioned the dependency for all the required JAR\'s in the pom.xml.[详细]
2023-03-05 07:37 分类:问答How to call ant task to process webapp files after "copying webapp resources" and before "building war" steps in package phase?
I\'m migrating from ant to maven. However I have a custom build functionality for process web resources that I don\'t want to adapt yet to maven (the cost is very high) so I\'m using ant run plugin.[详细]
2023-03-05 03:12 分类:问答Maven packaging based on maven-war-plugin
I am wondering about the steps required with Maven to implement custom packaging and bind it to the \'package\' phase.[详细]
2023-02-11 09:11 分类:问答Maven webResources filtering on-the-fly
I\'m using the maven-war-plugin to filter some resources in WEB-INF. Mostly stuff static stuff like: var url = ${contextRoot}/save.json;[详细]
2023-02-06 20:02 分类:问答problem with maven webapp-cache.xml
We have a web application configured with maven. I have done a re-factoring (moved a file from one package to another) outside of eclipse, since this is not setup on eclipse and it is small fix. But,[详细]
2023-01-25 23:30 分类:问答