git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114372 13f79535-47bb-0310-9956-ffa450edef68
29 lines
781 B
XML
29 lines
781 B
XML
<?xml version="1.0"?>
|
|
<document>
|
|
<properties>
|
|
<title>Changes</title>
|
|
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
|
</properties>
|
|
|
|
<body>
|
|
<release version="1.2" date="in CVS">
|
|
<action dev="vmassol" type="add">
|
|
Added assert:assertFileExists tag to verify if a file exists while
|
|
testing a plugin.
|
|
</action>
|
|
<action dev="dion" type="add">
|
|
Add plugin:test goal
|
|
</action>
|
|
</release>
|
|
|
|
<release version="1.1" date="2003-09-29">
|
|
<action dev="dion" type="add">
|
|
Added plugin:download goal
|
|
</action>
|
|
<action dev="evenisse" type="fix">
|
|
Fixed MAVEN-708. Fix the goals description generation if there is no plugin.jelly file.
|
|
</action>
|
|
</release>
|
|
</body>
|
|
</document>
|