From 9db573f235b3cc4b269c60fc502af8687aeb7fb5 Mon Sep 17 00:00:00 2001 From: brett Date: Fri, 25 Jun 2004 18:37:27 +0000 Subject: [PATCH] PR: MPARTIFACT-20 fix copy-deps when there is nothing to copy git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115548 13f79535-47bb-0310-9956-ffa450edef68 --- artifact/plugin.jelly | 58 +++++++++++++++++++++----------------- artifact/xdocs/changes.xml | 3 ++ 2 files changed, 35 insertions(+), 26 deletions(-) diff --git a/artifact/plugin.jelly b/artifact/plugin.jelly index cd3617c2..0397ecf4 100644 --- a/artifact/plugin.jelly +++ b/artifact/plugin.jelly @@ -367,36 +367,42 @@ - - - - - - ${excludes} - + + + + ${excludes} + - - - - - - - - - - - - - + + + + + + + + + + + + + + + ${includedLibs.add(lib)} + + + + + + - - - + + + diff --git a/artifact/xdocs/changes.xml b/artifact/xdocs/changes.xml index a451c6e8..848ac95e 100644 --- a/artifact/xdocs/changes.xml +++ b/artifact/xdocs/changes.xml @@ -26,6 +26,9 @@ + Fix opy-deps when list is empty + Accept empty passphrase to ssh based deployers + Default to maven.username if repository username not given Add typeHandler parameter to tags to specify a custom handler Switch between modern and legacy mode based on properties defined Absorb the deploy plugin to give one point of migration