From 73f8606af12139c6b7e0bc0d32154dcc7ec86edb Mon Sep 17 00:00:00 2001 From: dion Date: Thu, 18 Sep 2003 07:26:25 +0000 Subject: [PATCH] Added plugin:download goal git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114031 13f79535-47bb-0310-9956-ffa450edef68 --- plugin/plugin.jelly | 15 +++++++++++++-- plugin/xdocs/changes.xml | 3 +++ plugin/xdocs/goals.xml | 7 +++++++ 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/plugin/plugin.jelly b/plugin/plugin.jelly index eab55f88..2ef0ca94 100644 --- a/plugin/plugin.jelly +++ b/plugin/plugin.jelly @@ -172,7 +172,6 @@ - @@ -184,10 +183,22 @@ + trying to download ${remoteFile} - + + + + + + + + + + + diff --git a/plugin/xdocs/changes.xml b/plugin/xdocs/changes.xml index 55369de1..70f34a1d 100644 --- a/plugin/xdocs/changes.xml +++ b/plugin/xdocs/changes.xml @@ -7,6 +7,9 @@ + + Added plugin:download goal + Fixed MAVEN-708. Fix the goals description generation if there is no plugin.jelly file. diff --git a/plugin/xdocs/goals.xml b/plugin/xdocs/goals.xml index 7742257c..c887eed0 100644 --- a/plugin/xdocs/goals.xml +++ b/plugin/xdocs/goals.xml @@ -15,6 +15,13 @@ plugin:deploy Install an unpacked version of the plugin + + plugin:download + + Download and install plugin from the remote repos. + Must provide groupId, artifactId and version variables. + + plugin:generate-docs Generate navigation, goals and properties docs