xlawrence    2005/01/07 10:38:19 CET

  Modified files:
    .                    maven.xml 
  Log:
  IgnoreFailures set to 'false'
  
  Revision  Changes    Path
  1.15      +12 -12    uwcal_JSR168/maven.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/maven.xml.diff?r1=1.14&r2=1.15&f=h
  
  
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/repository/uwcal_JSR168/maven.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- maven.xml 6 Jan 2005 17:04:06 -0000       1.14
  +++ maven.xml 7 Jan 2005 09:38:19 -0000       1.15
  @@ -36,7 +36,7 @@
           includes="calClient/project.xml"
           goals="dummy"
           banner="Launching the dummy calendar server..."
  -        ignoreFailures="true"
  +        ignoreFailures="false"
         />
     </goal>
   
  @@ -46,7 +46,7 @@
           includes="syncClient/project.xml"
           goals="client"
           banner="Launching the iCalendar sync client..."
  -        ignoreFailures="true"
  +        ignoreFailures="false"
         />
     </goal>
   
  @@ -57,7 +57,7 @@
           includes="calClient/project.xml"
           goals="jmsServer.config"
           banner="Configuring the JMS server..."
  -        ignoreFailures="true"
  +        ignoreFailures="false"
         />
     </goal>
   
  @@ -68,7 +68,7 @@
           includes="calClient/project.xml"
           goals="start.jmsServer"
           banner="Launching a persistent JMS server (JORAM)..."
  -        ignoreFailures="true"
  +        ignoreFailures="false"
         />
     </goal>
   
  @@ -79,7 +79,7 @@
           includes="calClient/project.xml"
           goals="jmsServer.dump"
           banner="Dumping messages from the JMS Request Queue..."
  -        ignoreFailures="true"
  +        ignoreFailures="false"
         />
     </goal>
   
  @@ -90,7 +90,7 @@
           includes="syncServer/project.xml"
           goals="s4j"
           banner="Making a sync4j module archive for the Calendar 
SyncSource..."
  -        ignoreFailures="true"
  +        ignoreFailures="false"
         />
     </goal>
   
  @@ -101,7 +101,7 @@
           includes="syncServer/project.xml"
           goals="s4j.outlook"
           banner="Making a sync4j module archive for the MS-Outlook Calendar 
SyncSource..."
  -        ignoreFailures="true"
  +        ignoreFailures="false"
         />
     </goal>
   
  @@ -118,7 +118,7 @@
           
includes="calClient/project.xml,syncClient/project.xml,webapp/project.xml,webapp/*/project.xml,syncServer/project.xml"
           goals="clean"
           banner="Cleaning..."
  -        ignoreFailures="true"
  +        ignoreFailures="false"
         />
     </goal>
   
  @@ -129,7 +129,7 @@
           
includes="*/project.xml,calClient/project.xml,syncClient/project.xml,syncServer/project.xml"
           goals="jar:install"
           banner="Building..."
  -        ignoreFailures="true"
  +        ignoreFailures="false"
         />
   
       <attainGoal name="allWars" />
  @@ -143,7 +143,7 @@
           
includes="*/project.xml,calClient/project.xml,syncClient/project.xml,webapp/*/project.xml,syncServer/project.xml"
           goals="javadoc"
           banner="Generating Javadoc..."
  -        ignoreFailures="true"
  +        ignoreFailures="false"
         />
     </goal>
   
  @@ -153,7 +153,7 @@
           includes="webapp/*/project.xml"
           goals="war"
           banner="Building war files..."
  -        ignoreFailures="true"
  +        ignoreFailures="false"
         />
     </goal>
   
  @@ -167,7 +167,7 @@
           includes="webapp/*/project.xml"
           goals="install"
           banner="Deploying webApp war files..."
  -        ignoreFailures="true"
  +        ignoreFailures="false"
         />
     </goal>
   
  

Reply via email to