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