With the recent changes, the report can be generated even if maven is offline.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@378651 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-02-17 23:16:35 +00:00
parent 01da2c951f
commit 562b766357

View File

@ -68,10 +68,7 @@
<log:debug name="${loggerName}">Fake LinkCheck report copied.</log:debug>
<postGoal name="xdoc:jelly-transform">
<!-- The linkcheck plugin must be called after any other one.-->
<j:set var="online">${maven.mode.online}</j:set>
<j:if test="${online.trim().length() > 0}">
<attainGoal name="maven-linkcheck-plugin:report-real"/>
</j:if>
</postGoal>
</goal>