weaver      2003/12/04 09:03:08

  Modified:    .        maven.xml
  Log:
  fixed subClean to not abend on failure
  
  Revision  Changes    Path
  1.10      +2 -2      jakarta-jetspeed-2/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/maven.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- maven.xml 4 Dec 2003 15:19:58 -0000       1.9
  +++ maven.xml 4 Dec 2003 17:03:08 -0000       1.10
  @@ -14,10 +14,10 @@
       <maven:reactor
                  basedir="${basedir}"
                  includes="*/project.xml,applications/*/project.xml"
  -               excludes="applications/project.xml"
  +               excludes="applications/project.xml,cornerstone-demo/project.xml"
                  goals="clean"
                  banner="Cleaning"
  -               ignoreFailures="false"/>
  +               ignoreFailures="true"/>
     </goal>
   
     <goal name="allSite"
  
  
  

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

Reply via email to