diff --git a/plugin/xdocs/changes.xml b/plugin/xdocs/changes.xml index ca6a953f..cb3b7ba2 100644 --- a/plugin/xdocs/changes.xml +++ b/plugin/xdocs/changes.xml @@ -26,6 +26,7 @@ Add plugin:generate-tags goal + Mention in docs for the plugin:repository-deploy that it uses the artifact plugin Prompt for artifactId, groupId and version if missing. diff --git a/plugin/xdocs/goals.xml b/plugin/xdocs/goals.xml index eee0021e..49515c47 100644 --- a/plugin/xdocs/goals.xml +++ b/plugin/xdocs/goals.xml @@ -108,12 +108,16 @@ plugin:repository-deploy Deploy the current plugin version to the remote repository. + This uses the Artifact plugin to + do the deployment, so properties need to be set up as per that plugin. plugin:repository-deploy-snapshot Deploy a snapshot build of the plugin to the remote repository. + This uses the Artifact plugin to + do the deployment, so properties need to be set up as per that plugin.