xlawrence    2005/01/05 15:17:12 CET

  Modified files:
    .                    maven.xml 
  Log:
  Added goals for generating javadoc and builds for all projects and 
sub-projects
  
  Revision  Changes    Path
  1.12      +19 -5     uwcal_JSR168/maven.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/maven.xml.diff?r1=1.11&r2=1.12&f=h
  
  
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/repository/uwcal_JSR168/maven.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- maven.xml 5 Jan 2005 14:01:11 -0000       1.11
  +++ maven.xml 5 Jan 2005 14:17:12 -0000       1.12
  @@ -35,7 +35,7 @@
           basedir="${basedir}"
           includes="calClient/project.xml"
           goals="dummy"
  -        banner="Launching the dummy calendar server"
  +        banner="Launching the dummy calendar server..."
           ignoreFailures="true"
         />
     </goal>
  @@ -89,7 +89,7 @@
           basedir="${basedir}"
           includes="syncServer/project.xml"
           goals="s4j"
  -        banner="Making a sync4j module archive for the Calendar SyncSource"
  +        banner="Making a sync4j module archive for the Calendar 
SyncSource..."
           ignoreFailures="true"
         />
     </goal>
  @@ -100,7 +100,7 @@
           basedir="${basedir}"
           includes="syncServer/project.xml"
           goals="s4j.outlook"
  -        banner="Making a sync4j module archive for the MS-Outlook Calendar 
SyncSource"
  +        banner="Making a sync4j module archive for the MS-Outlook Calendar 
SyncSource..."
           ignoreFailures="true"
         />
     </goal>
  @@ -117,7 +117,7 @@
           basedir="${basedir}"
           
includes="calClient/project.xml,syncClient/project.xml,webapp/*/project.xml,syncServer/project.xml"
           goals="clean"
  -        banner="Cleaning"
  +        banner="Cleaning..."
           ignoreFailures="true"
         />
     </goal>
  @@ -128,13 +128,27 @@
           basedir="${basedir}"
           
includes="*/project.xml,calClient/project.xml,syncClient/project.xml,webapp/*/project.xml,syncServer/project.xml"
           goals="jar:install"
  -        banner="Building"
  +        banner="Building..."
           ignoreFailures="true"
         />
   
       <attainGoal name="module.s4j" />
       <attainGoal name="module.s4j.outlook" />
  +  </goal>
  +
  +  <goal name="allDocs" description="Generates the Javadoc for all projects">
  +      <maven:reactor
  +        basedir="${basedir}"
  +        
includes="*/project.xml,calClient/project.xml,syncClient/project.xml,webapp/*/project.xml,syncServer/project.xml"
  +        goals="javadoc"
  +        banner="Generating Javadoc..."
  +        ignoreFailures="true"
  +      />
  +  </goal>
   
  +  <goal name="allDist" description="Builds and generates docs for all 
projects">
  +    <attainGoal name="allBuild" />
  +    <attainGoal name="allDocs" />
     </goal>
   
   </project>
  \ No newline at end of file
  

Reply via email to