From 9bb30e288906fc92209fe6037e9823135867f265 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Thu, 8 Dec 2005 23:56:00 +0000 Subject: [PATCH] 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 --- dist/plugin.jelly | 5 ----- dist/xdocs/changes.xml | 1 - dist/xdocs/index.xml | 1 - 3 files changed, 7 deletions(-) diff --git a/dist/plugin.jelly b/dist/plugin.jelly index d1f9121e..99bc2309 100644 --- a/dist/plugin.jelly +++ b/dist/plugin.jelly @@ -26,11 +26,6 @@ xmlns:assert="assert" xmlns:util="jelly:util"> - - - - - diff --git a/dist/xdocs/changes.xml b/dist/xdocs/changes.xml index e553d901..370dee5d 100644 --- a/dist/xdocs/changes.xml +++ b/dist/xdocs/changes.xml @@ -34,7 +34,6 @@
  • maven-model v3.0.0 -> v3.0.1
  • - It requires at least maven-plugin-plugin v1.7. It requires at least maven-artifact-plugin v1.3. 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 JIRA enhancement issue. Removed unused properties: maven.dist.tar.executable and maven.dist.gunzip.executable. diff --git a/dist/xdocs/index.xml b/dist/xdocs/index.xml index d3b8c80a..427d6e42 100644 --- a/dist/xdocs/index.xml +++ b/dist/xdocs/index.xml @@ -34,7 +34,6 @@

    Be careful, the following plugins must be installed to use the distribution plugin :

      -
    • maven-plugin-plugin 1.7 (at least)
    • maven-artifact-plugin 1.3 (at least)