The links generated in the reports list are wrong. Works only with the xdoc plugin 1.10 and above.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@379968 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b673ebcf4d
commit
e94e7aaae6
@ -24,8 +24,9 @@
|
|||||||
xmlns:doc="doc"
|
xmlns:doc="doc"
|
||||||
xmlns:plugin="plugin">
|
xmlns:plugin="plugin">
|
||||||
|
|
||||||
<goal name="maven-pdf-plugin:register" description="Register the pdf generation during site goal.">
|
<goal name="maven-pdf-plugin:register" description="Register the pdf generation during site goal." prereqs="pdf:init">
|
||||||
<doc:registerReport name="PDF" pluginName="maven-pdf-plugin" target="_blank" description="Documentation in PDF format."/>
|
<!-- We register it but we need to specify the extension -->
|
||||||
|
<doc:registerReport name="PDF" pluginName="maven-pdf-plugin" target="_blank" description="Documentation in PDF format." link="${maven.pdf.pdfName.substring(0,maven.pdf.pdfName.length()-4)}" fileSuffix=".pdf"/>
|
||||||
</goal>
|
</goal>
|
||||||
<goal name="maven-pdf-plugin:deregister" description="Deregister the pdf generation.">
|
<goal name="maven-pdf-plugin:deregister" description="Deregister the pdf generation.">
|
||||||
<doc:deregisterReport name="PDF"/>
|
<doc:deregisterReport name="PDF"/>
|
||||||
|
|||||||
@ -25,6 +25,7 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="2.5-SNAPSHOT" date="in SVN">
|
<release version="2.5-SNAPSHOT" date="in SVN">
|
||||||
|
<action dev="aheritier" type="fix">The links generated in the reports list are wrong. Works only with the xdoc plugin 1.10 and above.</action>
|
||||||
<action dev="ltheussl" type="add" due-to="Greg Ludington">New property <code>maven.pdf.createBookmarks</code> to create PDF bookmarks.</action>
|
<action dev="ltheussl" type="add" due-to="Greg Ludington">New property <code>maven.pdf.createBookmarks</code> to create PDF bookmarks.</action>
|
||||||
<action dev="ltheussl" type="fix" issue="MPPDF-53">Title and dates are incorrect when used with Maven 1.0.2.</action>
|
<action dev="ltheussl" type="fix" issue="MPPDF-53">Title and dates are incorrect when used with Maven 1.0.2.</action>
|
||||||
<action dev="ltheussl" type="fix" issue="MPPDF-54">Identical ids in tables in different documents caused a build failure.</action>
|
<action dev="ltheussl" type="fix" issue="MPPDF-54">Identical ids in tables in different documents caused a build failure.</action>
|
||||||
|
|||||||
@ -38,6 +38,7 @@
|
|||||||
<report>maven-pdf-plugin</report>
|
<report>maven-pdf-plugin</report>
|
||||||
<reports>
|
<reports>
|
||||||
]]></source>
|
]]></source>
|
||||||
|
<p><i>The links to the pdf file in the reports page and in the reports menu are correct only if the xdoc plugin 1.10 or above is used.</i></p>
|
||||||
<p>Take a look at <a href="goals.html">goals</a>, <a href="properties.html">properties</a> and the <a href="faq.html">FAQ</a> to see how to customize it.</p>
|
<p>Take a look at <a href="goals.html">goals</a>, <a href="properties.html">properties</a> and the <a href="faq.html">FAQ</a> to see how to customize it.</p>
|
||||||
</section>
|
</section>
|
||||||
<section name="Known issues">
|
<section name="Known issues">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user