From 4c66fdf0a53a32f551bbc62f42b419edf71cd73e Mon Sep 17 00:00:00 2001 From: brett Date: Fri, 10 Jun 2005 07:35:11 +0000 Subject: [PATCH] PR: MPIDEA-18 Submitted by: Johann Reyes Reviewed by: Brett Porter Copy libraries to WEB-INF/lib in web modules git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@189915 13f79535-47bb-0310-9956-ffa450edef68 --- idea/src/plugin-resources/templates/v4/module.jelly | 11 +++++++++++ idea/xdocs/changes.xml | 1 + 2 files changed, 12 insertions(+) diff --git a/idea/src/plugin-resources/templates/v4/module.jelly b/idea/src/plugin-resources/templates/v4/module.jelly index 5a58cdb5..d515763d 100644 --- a/idea/src/plugin-resources/templates/v4/module.jelly +++ b/idea/src/plugin-resources/templates/v4/module.jelly @@ -84,6 +84,17 @@ + + + + + + ${value} + + + + + diff --git a/idea/xdocs/changes.xml b/idea/xdocs/changes.xml index 440eba10..ad429908 100644 --- a/idea/xdocs/changes.xml +++ b/idea/xdocs/changes.xml @@ -37,6 +37,7 @@ Add depencies on ejb or war modules exclude build output directory in module set module to JAVA_MODULE for compatibility with both 4.5 and Irida. + Add output path for libraries in web modules match module type to artifact type