You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/11/11 19:18:43 UTC

[maven-war-plugin] branch master updated (88731b2 -> d98aee4)

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-war-plugin.git.


    from 88731b2  [MWAR-375] Remove the useCache with it's implementation
     add d98aee4  Pull failOnMissingWebXml up (from WarMojo to AbstractWarMojo). Propagate failOnMissingWebXml from AbstractWarMojo to WarProjectPackagingTask::handleDeploymentDescriptors and use it to check if it is false when webXml was set, but is not found.

No new revisions were added by this update.

Summary of changes:
 .../invoker.properties                             |  0
 .../war1-with-contextxml => MWAR-314}/pom.xml      | 34 +++++++++++++---------
 .../src/main/webapp/index.jsp                      |  0
 .../apache/maven/plugins/war/AbstractWarMojo.java  | 29 ++++++++++++++++--
 .../java/org/apache/maven/plugins/war/WarMojo.java | 13 ---------
 .../plugins/war/packaging/WarPackagingContext.java |  7 +++++
 .../war/packaging/WarProjectPackagingTask.java     | 16 ++++++----
 7 files changed, 66 insertions(+), 33 deletions(-)
 copy src/it/{simple-war-no-webxml => MWAR-314}/invoker.properties (100%)
 copy src/it/{overlay-keeps-contextxml/war1-with-contextxml => MWAR-314}/pom.xml (52%)
 copy src/it/{simple-war-no-webxml => MWAR-314}/src/main/webapp/index.jsp (100%)