MPJAVADOC-36 : fix error when the package isn't defined in the POM.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115905 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2004-07-29 22:59:24 +00:00
parent 4798976b98
commit 8efbf7a9fe
12 changed files with 173 additions and 7 deletions

View File

@@ -25,6 +25,10 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.7" date="In CVS">
<action dev="aheritier" type="fix" issue="MPJAVADOC-37">Default javadoc scope (package) can't be replaced by private or public.</action>
<action dev="aheritier" type="fix" issue="MPJAVADOC-36">Javadoc fails if pom.package isn't specified.</action>
</release>
<release version="1.6.1" date="2004-07-13">
<action dev="brett" type="fix">Correct check needed function for when package is given but there are not java files in it.</action>
</release>