epugh       2003/09/28 11:01:55

  Modified:    .        maven.xml
               xdocs    changes.xml navigation.xml
  Log:
  Added postGoal to site generation to also build the maven plugin documenation, and 
provide
  a link to it.
  
  Revision  Changes    Path
  1.17      +17 -1     jakarta-turbine-2/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/maven.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- maven.xml 7 Jul 2003 22:08:43 -0000       1.16
  +++ maven.xml 28 Sep 2003 18:01:55 -0000      1.17
  @@ -210,4 +210,20 @@
   
     </goal>
   
  +  <!-- ================================================== -->
  +  <!-- Generate the Maven Turbine Plugin Site             -->
  +  <!-- ================================================== -->
  +  <postGoal name="site">
  +     <maven:reactor
  +      basedir="${basedir}/src/maven-plugin"
  +      includes="project.xml"
  +      excludes="examples/*"
  +      goals="clean,site"
  +      banner="Building"
  +      ignoreFailures="false"
  +    />
  +    <copy todir="${maven.build.dir}/docs/maven-turbine-plugin">
  +      <fileset dir="${basedir}/src/maven-plugin/target/docs"/>
  +    </copy>
  +  </postGoal>
   </project>
  
  
  
  1.66      +10 -1     jakarta-turbine-2/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/xdocs/changes.xml,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- changes.xml       26 Sep 2003 17:49:46 -0000      1.65
  +++ changes.xml       28 Sep 2003 18:01:55 -0000      1.66
  @@ -98,7 +98,16 @@
     </ul>
   </p>
   </subsection>
  -
  +<subsection name="Other changes">
  +<p>
  +  <ul>
  +    <li>
  +      Added to website documentation the Maven Plugin for Turbine.  Now has goals to
  +      help with inplace development of Turbine apps.
  +    </li>
  +  </ul>
  +</p>
  +</subsection>
   </section>
   
   <section name="Turbine 2.3">
  
  
  
  1.11      +1 -0      jakarta-turbine-2/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/xdocs/navigation.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- navigation.xml    24 Jun 2003 08:16:58 -0000      1.10
  +++ navigation.xml    28 Sep 2003 18:01:55 -0000      1.11
  @@ -17,6 +17,7 @@
         <item name="Features"              href="/features.html"/>
         <item name="Specification"         href="/fsd.html"/>
         <item name="Getting Started"       href="/getting-started.html"/>
  +      <item name="Maven Plugin"          href="/maven-turbine-plugin/index.html"/>
       </menu>
   
       <menu name="Documentation">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to