Teach plugin about sourceMods

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113682 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2003-07-22 07:13:29 +00:00
parent 95cc604d8d
commit 1cd3137af2
2 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,9 @@
<body>
<release version="1.3" date="in CVS">
<action dev="dion" type="fix">
Now respects pom.build.sourceModifications
</action>
<action dev="evenisse" type="fix">
Fix Maven-428. Used maven.docs.dest
</action>

View File

@ -9,6 +9,9 @@
<body>
<release version="1.1" date="in CVS">
<action dev="dion" type="fix">
Now respects pom.build.sourceModifications
</action>
<action dev="evenisse" type="fix">
Add xml declaration to generated report. Fixed for character encoding.
</action>