You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/06/07 14:09:54 UTC

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

brett       2004/06/07 05:09:54

  Modified:    multiproject plugin.jelly project.xml
               multiproject/xdocs changes.xml
  Log:
  PR: MPMULTIPROJECT-31
  ensure docs directory exists before trying to copy it
  
  Revision  Changes    Path
  1.43      +1 -0      maven-plugins/multiproject/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/multiproject/plugin.jelly,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- plugin.jelly	1 May 2004 01:11:37 -0000	1.42
  +++ plugin.jelly	7 Jun 2004 12:09:54 -0000	1.43
  @@ -115,6 +115,7 @@
           -->
           <j:set var="fromDir" 
             value="${reactorProject.context.getVariable('maven.docs.dest')}"/>
  +        <mkdir dir="${fromDir}"/>
           <copy toDir="${directory}">
             <fileset dir="${fromDir}"/>
           </copy>
  
  
  
  1.28      +1 -1      maven-plugins/multiproject/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/multiproject/project.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- project.xml	6 Jun 2004 03:02:14 -0000	1.27
  +++ project.xml	7 Jun 2004 12:09:54 -0000	1.28
  @@ -22,7 +22,7 @@
     <extend>../plugin-parent/project.xml</extend>
     <id>maven-multiproject-plugin</id>
     <name>Maven Multi-Project Plug-in</name>
  -  <currentVersion>1.3</currentVersion>
  +  <currentVersion>1.4-SNAPSHOT</currentVersion>
     <description>A plugin to handle the building of multiple projects within maven. Requires Maven 1.0 RC3</description>
     <shortDescription>Multi-Project Plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/multiproject/</url>
  
  
  
  1.23      +3 -0      maven-plugins/multiproject/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/multiproject/xdocs/changes.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- changes.xml	13 May 2004 11:38:21 -0000	1.22
  +++ changes.xml	7 Jun 2004 12:09:54 -0000	1.23
  @@ -25,6 +25,9 @@
       <author email="vmassol@apache.org">Vincent Massol</author>
     </properties>
     <body>
  +    <release version="1.4-SNAPSHOT" date="in CVS">
  +      <action dev="brett" type="fix" issue="MPMULTIPROJECT-31">Make sure source directory exists as some circumstances cause it not to</action>
  +    </release>
       <release version="1.3" date="2004-05-13">
         <action dev="evenisse" type="fix">Fix navigation template for independent navigation</action>
         <action dev="vmassol" type="update">When executing
  
  
  

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