dion 2003/03/30 08:05:46 Modified: src/plugins-build/linkcheck plugin.jelly Log: detab Revision Changes Path 1.7 +28 -28 maven/src/plugins-build/linkcheck/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /home/cvs/maven/src/plugins-build/linkcheck/plugin.jelly,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- plugin.jelly 5 Mar 2003 00:34:52 -0000 1.6 +++ plugin.jelly 30 Mar 2003 16:05:46 -0000 1.7 @@ -38,23 +38,23 @@ --> <goal name="maven-linkcheck-plugin:report"> - <copy file="${plugin.resources}/linkcheck-temp.xml" - toFile="${maven.gen.docs}/linkcheck.xml"/> + <copy file="${plugin.resources}/linkcheck-temp.xml" + toFile="${maven.gen.docs}/linkcheck.xml"/> </goal> <postGoal name="xdoc:jelly-transform"> - <j:set var="reports" value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('reports')}"/> - <j:set var="context" value="${pom.getPluginContext('maven-xdoc-plugin')}"/> + <j:set var="reports" value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('reports')}"/> + <j:set var="context" value="${pom.getPluginContext('maven-xdoc-plugin')}"/> <j:set var="online">${maven.mode.online}</j:set> <j:if test="${online.trim().length() > 0}"> <j:forEach var="report" items="${reports}"> <j:if test="${report.get('pluginName').equals('maven-linkcheck-plugin')}"> - <attainGoal name="maven-linkcheck-plugin:report-real"/> - </j:if> - </j:forEach> - </j:if> + <attainGoal name="maven-linkcheck-plugin:report-real"/> + </j:if> + </j:forEach> + </j:if> </postGoal> <goal @@ -63,32 +63,32 @@ <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}" - /> - - <doc:jsl - input="${maven.build.dir}/linkcheck/linkcheck-results.xml" - output="../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"/> + basedir="${maven.docs.dest}" + output="${maven.build.dir}/linkcheck/linkcheck-results.xml" + outputEncoding="${maven.docs.outputencoding}" + /> + + <doc:jsl + input="${maven.build.dir}/linkcheck/linkcheck-results.xml" + output="../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"/> </goal> <goal name="maven-linkcheck-plugin:clearcache" - description="Removes the cache file"> - <delete file="${maven.linkcheck.cache}"/> + description="Removes the cache file"> + <delete file="${maven.linkcheck.cache}"/> </goal> - + </project>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]