Add xml declaration to all xml generated report. Fixed for character encoding.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113614 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
04da231ad9
commit
68daa1e923
@ -381,7 +381,6 @@
|
||||
input="${maven.build.dir}/TESTS-TestSuites-Cactus.xml"
|
||||
output="cactus-report.xml"
|
||||
stylesheet="${plugin.resources}/cactus.jsl"
|
||||
omitXmlDeclaration="true"
|
||||
outputMode="xml"
|
||||
prettyPrint="true"/>
|
||||
|
||||
|
||||
@ -8,6 +8,9 @@
|
||||
<body>
|
||||
|
||||
<release version="3.0" date="in CVS">
|
||||
<action dev="evenisse" type="fix">
|
||||
Add xml declaration to generated report. Fixed for character encoding.
|
||||
</action>
|
||||
<action dev="epugh" type="add">
|
||||
Ability to optionally specify for Tomcat 4x and 5x a directory to which
|
||||
the container will be installed for the tests.
|
||||
|
||||
@ -65,7 +65,6 @@
|
||||
output="changelog-report.xml"
|
||||
stylesheet="${plugin.resources}/changelog.jsl"
|
||||
encoding="${maven.docs.outputencoding}"
|
||||
omitXmlDeclaration="false"
|
||||
outputMode="xml"
|
||||
prettyPrint="true"
|
||||
/>
|
||||
|
||||
@ -8,6 +8,9 @@
|
||||
|
||||
<body>
|
||||
<release version="1.3" date="in CVS">
|
||||
<action dev="evenisse" type="fix">
|
||||
Add xml declaration to generated report. Fixed for character encoding.
|
||||
</action>
|
||||
<action dev="evenisse" type="fix" due-to="Bruce Chenoweth">
|
||||
Fixed MAVEN-425. Escape filename.
|
||||
</action>
|
||||
|
||||
@ -39,7 +39,6 @@
|
||||
output="changes-report.xml"
|
||||
stylesheet="${plugin.resources}/changes.jsl"
|
||||
encoding="${maven.docs.outputencoding}"
|
||||
omitXmlDeclaration="false"
|
||||
outputMode="xml"
|
||||
prettyPrint="true"
|
||||
/>
|
||||
|
||||
@ -7,6 +7,9 @@
|
||||
|
||||
<body>
|
||||
<release version="1.2" date="in CVS">
|
||||
<action dev="evenisse" type="fix">
|
||||
Add xml declaration to generated report. Fixed for character encoding.
|
||||
</action>
|
||||
<action dev="vmassol" type="fix">
|
||||
Fixed the xdocs which were simply a copy of the changelog plugin
|
||||
docs.
|
||||
|
||||
@ -152,7 +152,6 @@
|
||||
output="checkstyle-report.xml"
|
||||
stylesheet="${plugin.resources}/checkstyle.jsl"
|
||||
encoding="${maven.docs.outputencoding}"
|
||||
omitXmlDeclaration="false"
|
||||
outputMode="xml"
|
||||
prettyPrint="true"/>
|
||||
|
||||
|
||||
@ -9,6 +9,9 @@
|
||||
<body>
|
||||
|
||||
<release version="2.0" date="in CVS">
|
||||
<action dev="evenisse" type="fix">
|
||||
Add xml declaration to generated report. Fixed for character encoding.
|
||||
</action>
|
||||
<action dev="evenisse" type="fix">
|
||||
Fixed MAVEN-493. I register reports only if source, test,... exists.
|
||||
So, corresponding entrys in menu will appear only if reports are registered.
|
||||
|
||||
@ -73,7 +73,6 @@
|
||||
output="developer-activity-report.xml"
|
||||
stylesheet="${plugin.resources}/developer-activity.jsl"
|
||||
encoding="${maven.docs.outputencoding}"
|
||||
omitXmlDeclaration="false"
|
||||
outputMode="xml"
|
||||
prettyPrint="true"
|
||||
/>
|
||||
|
||||
@ -7,6 +7,9 @@
|
||||
|
||||
<body>
|
||||
<release version="1.3" date="in CVS">
|
||||
<action dev="evenisse" type="fix">
|
||||
Add xml declaration to generated report. Fixed for character encoding.
|
||||
</action>
|
||||
<action dev="evenisse" type="fix">
|
||||
Fixed MAVEN-493. I register reports only if source, test,... exists.
|
||||
So, corresponding entrys in menu will appear only if reports are registered.
|
||||
|
||||
@ -82,7 +82,6 @@
|
||||
output="file-activity-report.xml"
|
||||
stylesheet="${plugin.resources}/${plugin.artifactId}.jsl"
|
||||
encoding="${maven.docs.outputencoding}"
|
||||
omitXmlDeclaration="false"
|
||||
outputMode="xml"
|
||||
prettyPrint="true"
|
||||
/>
|
||||
|
||||
@ -7,6 +7,9 @@
|
||||
|
||||
<body>
|
||||
<release version="1.3" date="in CVS">
|
||||
<action dev="evenisse" type="fix">
|
||||
Add xml declaration to generated report. Fixed for character encoding.
|
||||
</action>
|
||||
<action dev="evenisse" type="fix">
|
||||
Fixed MAVEN-493. I register reports only if source, test,... exists.
|
||||
So, corresponding entrys in menu will appear only if reports are registered.
|
||||
|
||||
@ -49,7 +49,6 @@
|
||||
input="${maven.build.dir}/jdepend-raw-report.xml"
|
||||
output="jdepend-report.xml"
|
||||
stylesheet="${plugin.resources}/jdepend.jsl"
|
||||
omitXmlDeclaration="true"
|
||||
outputMode="xml"
|
||||
prettyPrint="true"
|
||||
/>
|
||||
|
||||
@ -7,6 +7,9 @@
|
||||
|
||||
<body>
|
||||
<release version="1.3" date="in CVS">
|
||||
<action dev="evenisse" type="fix">
|
||||
Add xml declaration to generated report. Fixed for character encoding.
|
||||
</action>
|
||||
<action dev="evenisse" type="fix">
|
||||
Fixed MAVEN-493. I register reports only if source, test,... exists.
|
||||
So, corresponding entrys in menu will appear only if reports are registered.
|
||||
|
||||
@ -76,7 +76,6 @@
|
||||
input="${maven.build.dir}/linkcheck/linkcheck-results.xml"
|
||||
output="${maven.build.dir}/linkcheck/docs/linkcheck.xml"
|
||||
stylesheet="${plugin.resources}/linkcheck.jsl"
|
||||
omitXmlDeclaration="true"
|
||||
outputMode="xml"
|
||||
prettyPrint="true"
|
||||
/>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-linkcheck-plugin</id>
|
||||
<name>Maven LinkCheck Plug-in</name>
|
||||
<currentVersion>1.0</currentVersion>
|
||||
<currentVersion>1.1-SNAPSHOT</currentVersion>
|
||||
<description/>
|
||||
<shortDescription>Java Project Management Tools</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/linkcheck/</url>
|
||||
|
||||
15
linkcheck/xdocs/changes.xml
Normal file
15
linkcheck/xdocs/changes.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0"?>
|
||||
<document>
|
||||
<properties>
|
||||
<title>Changes</title>
|
||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.1" date="in CVS">
|
||||
<action dev="evenisse" type="fix">
|
||||
Add xml declaration to generated report. Fixed for character encoding.
|
||||
</action>
|
||||
</release>
|
||||
</body>
|
||||
</document>
|
||||
@ -95,7 +95,6 @@
|
||||
input="${maven.build.dir}/pmd-raw-report.xml"
|
||||
output="pmd-report.xml"
|
||||
stylesheet="${plugin.resources}/pmd.jsl"
|
||||
omitXmlDeclaration="true"
|
||||
outputMode="xml"
|
||||
prettyPrint="true"
|
||||
/>
|
||||
|
||||
@ -9,6 +9,9 @@
|
||||
<body>
|
||||
|
||||
<release version="1.1" date="in CVS">
|
||||
<action dev="evenisse" type="fix">
|
||||
Add xml declaration to generated report. Fixed for character encoding.
|
||||
</action>
|
||||
<action dev="vmassol" type="fix">
|
||||
Make sure the report does not fail if PMD does not detect any
|
||||
violation. Fixes bug
|
||||
|
||||
@ -88,6 +88,12 @@
|
||||
| @prettyPrint
|
||||
-->
|
||||
|
||||
<!-- Set default encoding if not set. -->
|
||||
<j:if test="${encoding == null}">
|
||||
<j:set var="encoding"
|
||||
value="${plugin.getVariable('maven.docs.outputencoding')}"/>
|
||||
</j:if>
|
||||
|
||||
<util:file name="${input}" var="inputFile" />
|
||||
<x:parse var="doc" xml="${inputFile}"/>
|
||||
|
||||
@ -194,7 +200,7 @@
|
||||
</j:if>
|
||||
|
||||
|
||||
<j:file name="${output}" prettyPrint="false" encoding="ISO-8859-1">
|
||||
<j:file name="${output}" prettyPrint="false" encoding="${encoding}">
|
||||
<document>
|
||||
<properties><title>${title}</title></properties>
|
||||
<body>
|
||||
|
||||
@ -7,6 +7,9 @@
|
||||
|
||||
<body>
|
||||
<release version="1.4" date="in CVS">
|
||||
<action dev="evenisse" type="fix">
|
||||
Add xml declaration to generated report. Fixed for character encoding.
|
||||
</action>
|
||||
<action dev="dion" type="add" due-to="Tim Anderson">
|
||||
Added the google search on navbar as per MAVEN-554
|
||||
</action>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user