From ea06fea40e8bde99b18a7807e98f8a10802b5c33 Mon Sep 17 00:00:00 2001 From: brett Date: Fri, 25 Jun 2004 16:52:18 +0000 Subject: [PATCH] fix bootstrap git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115540 13f79535-47bb-0310-9956-ffa450edef68 --- jar/plugin.jelly | 34 ++++++++++++++++++---------------- plugin/plugin.jelly | 34 ++++++++++++++++++---------------- 2 files changed, 36 insertions(+), 32 deletions(-) diff --git a/jar/plugin.jelly b/jar/plugin.jelly index e2ab03f6..ac0795dd 100644 --- a/jar/plugin.jelly +++ b/jar/plugin.jelly @@ -28,22 +28,24 @@ xmlns:util="jelly:util" xmlns:doc="doc"> - - - - - Must have artifact plugin v1.3 installed to use this version of the jar plugin. - Try: maven plugin:download -DgroupId=maven -DartifactId=maven-artifact-plugin -Dversion=1.3 - - - - - - - Must remove the deploy plugin to use this version of the jar plugin. - Please delete ${deployPlugin.artifactId}-${deployPlugin.currentVersion}.jar from - ${maven.plugin.dir} and ${maven.plugin.unpacked.dir} (if it exists) - + + + + + + Must have artifact plugin v1.3 installed to use this version of the jar plugin. + Try: maven plugin:download -DgroupId=maven -DartifactId=maven-artifact-plugin -Dversion=1.3 + + + + + + + Must remove the deploy plugin to use this version of the jar plugin. + Please delete ${deployPlugin.artifactId}-${deployPlugin.currentVersion}.jar from + ${maven.plugin.dir} and ${maven.plugin.unpacked.dir} (if it exists) + + diff --git a/plugin/plugin.jelly b/plugin/plugin.jelly index d69ca4e3..d8d81bfb 100644 --- a/plugin/plugin.jelly +++ b/plugin/plugin.jelly @@ -29,22 +29,24 @@ xmlns:deploy="deploy" xmlns:x="jelly:xml"> - - - - - Must have artifact plugin v1.3 installed to use this version of the plugin plugin. - Try: maven plugin:download -DgroupId=maven -DartifactId=maven-artifact-plugin -Dversion=1.3 - - - - - - - Must remove the deploy plugin to use this version of the plugin plugin. - Please delete ${deployPlugin.artifactId}-${deployPlugin.currentVersion}.jar from - ${maven.plugin.dir} and ${maven.plugin.unpacked.dir} (if it exists) - + + + + + + Must have artifact plugin v1.3 installed to use this version of the plugin plugin. + Try: maven plugin:download -DgroupId=maven -DartifactId=maven-artifact-plugin -Dversion=1.3 + + + + + + + Must remove the deploy plugin to use this version of the plugin plugin. + Please delete ${deployPlugin.artifactId}-${deployPlugin.currentVersion}.jar from + ${maven.plugin.dir} and ${maven.plugin.unpacked.dir} (if it exists) + +