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:
parent
01da2c951f
commit
562b766357
@ -68,10 +68,7 @@
|
|||||||
<log:debug name="${loggerName}">Fake LinkCheck report copied.</log:debug>
|
<log:debug name="${loggerName}">Fake LinkCheck report copied.</log:debug>
|
||||||
<postGoal name="xdoc:jelly-transform">
|
<postGoal name="xdoc:jelly-transform">
|
||||||
<!-- The linkcheck plugin must be called after any other one.-->
|
<!-- 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"/>
|
<attainGoal name="maven-linkcheck-plugin:report-real"/>
|
||||||
</j:if>
|
|
||||||
</postGoal>
|
</postGoal>
|
||||||
</goal>
|
</goal>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user