- Gracefully handle projects with no source

- Fixed <versions> tag in POM + added new version for 1.4 version in HEAD


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115099 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2004-04-30 14:24:31 +00:00
parent 1c5fb567e3
commit baabb661f6
3 changed files with 51 additions and 21 deletions

View File

@@ -26,9 +26,12 @@
</properties>
<body>
<release version="1.4" date="in CVS">
<action dev="vmassol" type="fix">
Gracefully inform users when the plugin is executed on a project
with no source.
</action>
<action dev="dion" type="fix">Fix issues with DOM classes and jdk1.3</action>
</release>
<release version="1.3" date="2004-03-10">
<action dev="dion" type="fix">Apply MPSIMIAN-4. Fix HTML.</action>
<action dev="epugh" type="add">Allow classes to be included/excluded.</action>