You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bw...@apache.org on 2003/02/01 03:09:17 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/site plugin.jelly

bwalding    2003/01/31 18:09:17

  Modified:    src/plugins-build/site plugin.jelly
  Log:
  Register linkcheck report
  
  Revision  Changes    Path
  1.4       +1 -0      jakarta-turbine-maven/src/plugins-build/site/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/site/plugin.jelly,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- plugin.jelly	31 Jan 2003 18:25:28 -0000	1.3
  +++ plugin.jelly	1 Feb 2003 02:09:17 -0000	1.4
  @@ -37,6 +37,7 @@
           <attainGoal name="maven-javadoc-plugin:report"/>
           <attainGoal name="maven-jxr-plugin:report"/>
           <attainGoal name="maven-junit-report-plugin:report"/>
  +        <attainGoal name="maven-linkcheck-plugin:report"/>
           <attainGoal name="maven-tasklist-plugin:report"/>
         </j:otherwise>
       </j:choose>