remove stupid deploy warning message

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116042 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-09-11 01:16:37 +00:00
parent 2f5f396b71
commit c4021ab77e
3 changed files with 0 additions and 29 deletions

10
dist/plugin.jelly vendored
View File

@ -23,7 +23,6 @@
xmlns:ant="jelly:ant" xmlns:ant="jelly:ant"
xmlns:maven="jelly:maven" xmlns:maven="jelly:maven"
xmlns:artifact="artifact" xmlns:artifact="artifact"
xmlns:deploy="deploy"
xmlns:util="jelly:util"> xmlns:util="jelly:util">
<!-- Poor mans version check - plugin dependencies still suck for multiple versions --> <!-- Poor mans version check - plugin dependencies still suck for multiple versions -->
@ -34,15 +33,6 @@
Try: maven plugin:download -DgroupId=maven -DartifactId=maven-artifact-plugin -Dversion=1.3 Try: maven plugin:download -DgroupId=maven -DartifactId=maven-artifact-plugin -Dversion=1.3
</ant:fail> </ant:fail>
</j:if> </j:if>
<!-- Can remove deploy dependency above when this is gone -->
<maven:get plugin="maven-deploy-plugin" property="plugin" var="deployPlugin" />
<j:if test="${deployPlugin != null}">
<ant:fail>
Must remove the deploy plugin to use this version of the dist plugin.
Please delete ${deployPlugin.artifactId}-${deployPlugin.currentVersion}.jar from
${maven.plugin.dir} and ${maven.plugin.user.dir} (if it exists)
</ant:fail>
</j:if>
<j:new var="distTypeHandler" className="org.apache.maven.dist.DistributionArtifactTypeHandler" /> <j:new var="distTypeHandler" className="org.apache.maven.dist.DistributionArtifactTypeHandler" />

View File

@ -24,7 +24,6 @@
xmlns:license="license" xmlns:license="license"
xmlns:maven="jelly:maven" xmlns:maven="jelly:maven"
xmlns:artifact="artifact" xmlns:artifact="artifact"
xmlns:deploy="deploy"
xmlns:util="jelly:util" xmlns:util="jelly:util"
xmlns:doc="doc"> xmlns:doc="doc">
@ -37,15 +36,6 @@
Try: maven plugin:download -DgroupId=maven -DartifactId=maven-artifact-plugin -Dversion=1.3 Try: maven plugin:download -DgroupId=maven -DartifactId=maven-artifact-plugin -Dversion=1.3
</ant:fail> </ant:fail>
</j:if> </j:if>
<!-- Can remove deploy dependency above when this is gone -->
<maven:get plugin="maven-deploy-plugin" property="plugin" var="deployPlugin" />
<j:if test="${deployPlugin != null}">
<ant:fail>
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.user.dir} (if it exists)
</ant:fail>
</j:if>
</j:if> </j:if>
<!-- ================================================================== --> <!-- ================================================================== -->

View File

@ -38,15 +38,6 @@
Try: maven plugin:download -DgroupId=maven -DartifactId=maven-artifact-plugin -Dversion=1.3 Try: maven plugin:download -DgroupId=maven -DartifactId=maven-artifact-plugin -Dversion=1.3
</ant:fail> </ant:fail>
</j:if> </j:if>
<!-- Can remove deploy dependency above when this is gone -->
<maven:get plugin="maven-deploy-plugin" property="plugin" var="deployPlugin" />
<j:if test="${deployPlugin != null}">
<ant:fail>
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.user.dir} (if it exists)
</ant:fail>
</j:if>
</j:if> </j:if>
<goal name="plugin" prereqs="plugin:plugin" description="Build a plugin jar" /> <goal name="plugin" prereqs="plugin:plugin" description="Build a plugin jar" />