Remove plugin-plugin dependency for m1.0.2 compatibility.
Keep a warning about the artifact-plugin 1.3 in the documentation, but, being rather old, this is not checked for in plugin.jelly. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@355284 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
5
dist/plugin.jelly
vendored
5
dist/plugin.jelly
vendored
@@ -26,11 +26,6 @@
|
||||
xmlns:assert="assert"
|
||||
xmlns:util="jelly:util">
|
||||
|
||||
<j:if test="${bootstrapping == null}">
|
||||
<!-- fake test because the assert:assertPluginAvailable tag is avalaible in the maven-plugin-plugin 1.7 and newer. Thus maven will break if it's not present. -->
|
||||
<assert:assertPluginAvailable groupId="maven" artifactId="maven-plugin-plugin" minRelease="1.7" neededBy="${plugin.artifactId}"/>
|
||||
<assert:assertPluginAvailable groupId="maven" artifactId="maven-artifact-plugin" minRelease="1.3" neededBy="${plugin.artifactId}"/>
|
||||
</j:if>
|
||||
|
||||
<j:new var="distTypeHandler" className="org.apache.maven.dist.DistributionArtifactTypeHandler" />
|
||||
|
||||
|
||||
1
dist/xdocs/changes.xml
vendored
1
dist/xdocs/changes.xml
vendored
@@ -34,7 +34,6 @@
|
||||
<li>maven-model v3.0.0 -> v3.0.1</li>
|
||||
</ul>
|
||||
</action>
|
||||
<action dev="aheritier" type="update">It requires at least maven-plugin-plugin v1.7.</action>
|
||||
<action dev="aheritier" type="update">It requires at least maven-artifact-plugin v1.3.</action>
|
||||
<action dev="akarasulu" type="add">Added multiproject analogs mirroring single project goals. Also added the abiltiy to generate combined javadocs for multiproject distribution. However multiproject consolidation might be best put into the site plugin. These fixes are associated with the following <a href="http://jira.codehaus.org/browse/MPDIST-20">JIRA enhancement issue</a>.</action>
|
||||
<action dev="vmassol" type="remove" issue="MPDIST-18">Removed unused properties: <code>maven.dist.tar.executable</code> and <code>maven.dist.gunzip.executable</code>.</action>
|
||||
|
||||
1
dist/xdocs/index.xml
vendored
1
dist/xdocs/index.xml
vendored
@@ -34,7 +34,6 @@
|
||||
<section name="Requirements">
|
||||
<p>Be careful, the following plugins must be installed to use the distribution plugin :</p>
|
||||
<ul>
|
||||
<li>maven-plugin-plugin 1.7 (at least)</li>
|
||||
<li>maven-artifact-plugin 1.3 (at least)</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user