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
This commit is contained in:
evenisse
2003-08-28 09:16:54 +00:00
parent 8241fd335a
commit 18904e272c
2 changed files with 16 additions and 1 deletions

View File

@@ -14,4 +14,4 @@
</document>
</j:whitespace>
<project>
</project>

15
plugin/xdocs/changes.xml Normal file
View File

@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<document>
<properties>
<title>Changes</title>
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.1" date="in CVS">
<action dev="evenisse" type="fix">
Fixed MAVEN-708. Fix the goals description generation if there is no plugin.jelly file.
</action>
</release>
</body>
</document>