From e19489966c2de93ed0d2834e38ed6964bb5f6448 Mon Sep 17 00:00:00 2001 From: dion Date: Thu, 5 Aug 2004 00:34:21 +0000 Subject: [PATCH] Doc use of artifact plugin git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115929 13f79535-47bb-0310-9956-ffa450edef68 --- plugin/xdocs/changes.xml | 1 + plugin/xdocs/goals.xml | 4 ++++ 2 files changed, 5 insertions(+) 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.