Author: aheritier
Date: Fri Feb 17 15:16:35 2006
New Revision: 378651

URL: http://svn.apache.org/viewcvs?rev=378651&view=rev
Log:
With the recent changes, the report can be generated even if maven is offline.

Modified:
    maven/maven-1/plugins/trunk/linkcheck/plugin.jelly

Modified: maven/maven-1/plugins/trunk/linkcheck/plugin.jelly
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/linkcheck/plugin.jelly?rev=378651&r1=378650&r2=378651&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/linkcheck/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/linkcheck/plugin.jelly Fri Feb 17 15:16:35 2006
@@ -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>
+       <attainGoal name="maven-linkcheck-plugin:report-real"/>
        </postGoal>  
   </goal>
   


Reply via email to