MPXDOC-136 : NullPointerException with optionals pom items missing

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@158162 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2005-03-18 23:15:02 +00:00
parent 4286b4eb71
commit ecc19b7456

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -25,6 +25,7 @@
</properties>
<body>
<release version="1.9-SNAPSHOT" date="in CVS">
<action dev="aheritier" type="fix" issue="MPXDOC-136" due-to="Vincent Siveton">NullPointerException with optionals pom items missing.</action>
<action dev="aheritier" type="fix" issue="MPXDOC-132" due-to="Ignacio G. Mac Dowell">A link starting with https wasn't considered as an external link.</action>
<action dev="felipeal" type="add" issue="MPXDOC-129" due-to="Miguel Griffa">Add a <code>comment</code> property for dependencies</action>
<action dev="brett" type="add">Added maven.xdoc.copy.excludes property which lists the files to exclude from the resources copy. This defaults to any images currently unused by Maven. Additionally, if you are not using the classic theme, maven.xdoc.copy.excludes.classic is used to eliminate images only for the classic theme</action>
@@ -35,7 +36,8 @@
<action dev="aheritier" type="fix" issue="MPXDOC-117" due-to="Dennis Lundberg">Show version if maven.xdoc.date=right</action>
<action dev="aheritier" type="fix" issue="MPXDOC-115" due-to="Brent Worden">Allow header images and links to use relative paths</action>
<action dev="carlos" type="add" issue="MPFAQ-11">Added dt css style</action>
<action dev="brett" type="add">Add a legend for the symbols in the xdoc, disabled by setting <code>maven.xdoc.legend=false</code></action>
<action dev="brett" type="add">Add a legend for the symbols in the xdoc, disabled by setting <code>maven.xdoc.legend=false</code>
</action>
<action dev="michal" type="add">Add a support for "hierarchical" site navigation in breadcrumbs</action>
</release>
<release version="1.8" date="2004-07-10">