From 6df1899ae54820902fc38d1b5ac6b274d224cbce Mon Sep 17 00:00:00 2001 From: dion Date: Sun, 9 Nov 2003 23:24:34 +0000 Subject: [PATCH] Fix for MAVEN-986 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114286 13f79535-47bb-0310-9956-ffa450edef68 --- war/plugin.jelly | 4 ++-- war/xdocs/changes.xml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/war/plugin.jelly b/war/plugin.jelly index ae9f0269..1904ef30 100644 --- a/war/plugin.jelly +++ b/war/plugin.jelly @@ -130,14 +130,14 @@ - + - + diff --git a/war/xdocs/changes.xml b/war/xdocs/changes.xml index 0104d1d7..30b5d8ef 100644 --- a/war/xdocs/changes.xml +++ b/war/xdocs/changes.xml @@ -8,6 +8,9 @@ + + Fix for MAVEN-986. Allow resources to be copied when no sources present + Use the new caller plugin to isolate the java compilation goal called from its implementation.