From 18904e272c7339a9344813db37d39fa3b7ea11f1 Mon Sep 17 00:00:00 2001 From: evenisse Date: Thu, 28 Aug 2003 09:16:54 +0000 Subject: [PATCH] Fixed MAVEN-708. Fix the goals description generation if there is no plugin.jelly file. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113892 13f79535-47bb-0310-9956-ffa450edef68 --- .../plugin-resources/templates/goals-empty.jelly | 2 +- plugin/xdocs/changes.xml | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 plugin/xdocs/changes.xml diff --git a/plugin/src/plugin-resources/templates/goals-empty.jelly b/plugin/src/plugin-resources/templates/goals-empty.jelly index e40cc63f..e1eb7aba 100644 --- a/plugin/src/plugin-resources/templates/goals-empty.jelly +++ b/plugin/src/plugin-resources/templates/goals-empty.jelly @@ -14,4 +14,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/plugin/xdocs/changes.xml b/plugin/xdocs/changes.xml new file mode 100644 index 00000000..55369de1 --- /dev/null +++ b/plugin/xdocs/changes.xml @@ -0,0 +1,15 @@ + + + + Changes + Emmanuel Venisse + + + + + + Fixed MAVEN-708. Fix the goals description generation if there is no plugin.jelly file. + + + +