Reformat. (Don't like mixing changes in with reformats)

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113585 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
bwalding
2003-07-04 05:04:54 +00:00
parent 8314df03a1
commit 1f0dfdc86a

View File

@@ -63,26 +63,26 @@
<mkdir dir="${maven.build.dir}/linkcheck"/>
<mkdir dir="${maven.build.dir}/linkcheck/docs"/>
<linkcheck:linkcheck
<linkcheck:linkcheck
project="${pom}"
cache="${maven.linkcheck.cache}"
exclude="${pom.repository.url}"
basedir="${maven.docs.dest}"
output="${maven.build.dir}/linkcheck/linkcheck-results.xml"
outputEncoding="${maven.docs.outputencoding}"
/>
basedir="${maven.docs.dest}"
output="${maven.build.dir}/linkcheck/linkcheck-results.xml"
outputEncoding="${maven.docs.outputencoding}"
/>
<doc:jslFile
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"
/>
<doc:jslFile
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"
/>
<j:set var="maven.xdoc.src" value="${maven.build.dir}/linkcheck/docs"/>
<attainGoal name="xdoc:performJSL"/>
<j:set var="maven.xdoc.src" value="${maven.build.dir}/linkcheck/docs"/>
<attainGoal name="xdoc:performJSL"/>
</goal>
<goal name="maven-linkcheck-plugin:clearcache"