From 966811406da4d8711b9bf5b30c83aedcf8906d42 Mon Sep 17 00:00:00 2001 From: evenisse Date: Mon, 8 Sep 2003 09:15:20 +0000 Subject: [PATCH] Fixed MAVEN-791. Check if project is a plugin. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113977 13f79535-47bb-0310-9956-ffa450edef68 --- plugin/plugin.jelly | 24 ++++++++++++++++++++---- plugin/xdocs/changes.xml | 3 +++ 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/plugin/plugin.jelly b/plugin/plugin.jelly index beb56092..910ba8ad 100644 --- a/plugin/plugin.jelly +++ b/plugin/plugin.jelly @@ -1,13 +1,29 @@ + + + + + + + + + + + This project is a non-plugin project. + - + @@ -68,7 +84,7 @@ - @@ -88,7 +104,7 @@ - @@ -128,7 +144,7 @@ - diff --git a/plugin/xdocs/changes.xml b/plugin/xdocs/changes.xml index 55369de1..1c862c27 100644 --- a/plugin/xdocs/changes.xml +++ b/plugin/xdocs/changes.xml @@ -7,6 +7,9 @@ + + Fixed MAVEN-791. Check if project is a plugin. + Fixed MAVEN-708. Fix the goals description generation if there is no plugin.jelly file.