You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2004/07/29 08:40:44 UTC

cvs commit: maven-plugins/multiproject/xdocs changes.xml goals.xml

dion        2004/07/28 23:40:44

  Modified:    multiproject plugin.jelly
               multiproject/xdocs changes.xml goals.xml
  Log:
  MPMULTIPROJECT-33: Add multiproject:site-deploy
  
  Revision  Changes    Path
  1.45      +11 -0     maven-plugins/multiproject/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/multiproject/plugin.jelly,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- plugin.jelly	6 Jul 2004 12:37:18 -0000	1.44
  +++ plugin.jelly	29 Jul 2004 06:40:44 -0000	1.45
  @@ -370,4 +370,15 @@
       
     </goal>
     
  +
  +  <!--==================================================================-->
  +  <!-- Deploy site documentation                                        -->
  +  <!--==================================================================-->
  +  <goal name="multiproject:site-deploy" prereqs="multiproject:site"
  +    description="Deploy site documentation" >
  +
  +    <attainGoal name="site:${maven.site.deploy.method}deploy"/>
  +
  + </goal>
  +
   </project>
  
  
  
  1.27      +1 -0      maven-plugins/multiproject/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/multiproject/xdocs/changes.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- changes.xml	6 Jul 2004 12:37:18 -0000	1.26
  +++ changes.xml	29 Jul 2004 06:40:44 -0000	1.27
  @@ -26,6 +26,7 @@
     </properties>
     <body>
       <release version="1.4-SNAPSHOT" date="in CVS">
  +      <action dev="dion" type="add" issue="MPMULTIPROJECT-33">Add multiproject:site</action>
         <action dev="brett" type="update">Deprecate dependency handle</action>
       </release>
       <release version="1.3.1" date="2004-06-28">
  
  
  
  1.12      +7 -0      maven-plugins/multiproject/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/multiproject/xdocs/goals.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- goals.xml	4 Mar 2004 18:36:33 -0000	1.11
  +++ goals.xml	29 Jul 2004 06:40:44 -0000	1.12
  @@ -116,6 +116,13 @@
         </goal>
         
         <goal>
  +        <name>multiproject:site</name>
  +        <description>
  +          Run <code>multiproject:site</code> and then deploy the
  +          site as would normally happend with <code>site:deploy</code>
  +        </description>
  +      </goal>
  +      <goal>
           <name>multiproject:clean</name>
           <description>
             <p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org