You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2003/03/23 16:27:16 UTC

cvs commit: maven/src/plugins-build/cactus/xdocs properties.xml

vmassol     2003/03/23 07:27:16

  Modified:    src/plugins-build/cactus project.xml project.properties
               src/plugins-build/cactus/xdocs properties.xml
  Log:
  Added support for stopping the build on failure/error (or not)
  
  Revision  Changes    Path
  1.15      +1 -1      maven/src/plugins-build/cactus/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/cactus/project.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- project.xml	22 Mar 2003 16:47:15 -0000	1.14
  +++ project.xml	23 Mar 2003 15:27:16 -0000	1.15
  @@ -74,7 +74,7 @@
       <dependency>
         <groupId>cactus</groupId>
         <artifactId>jakarta-cactus-integration-ant</artifactId>
  -      <version>13-1.5dev-20030322</version>
  +      <version>13-1.5dev-20030323</version>
         <type>zip</type>
       </dependency>
    
  
  
  
  1.4       +1 -1      maven/src/plugins-build/cactus/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/cactus/project.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.properties	22 Mar 2003 16:47:15 -0000	1.3
  +++ project.properties	23 Mar 2003 15:27:16 -0000	1.4
  @@ -12,6 +12,6 @@
   # mechanism is finalized.
   
   maven.cactus.artifacts.zips.dir = ${maven.repo.local}/cactus/zips
  -maven.cactus.antintegration.version = 13-1.5dev-20030322
  +maven.cactus.antintegration.version = 13-1.5dev-20030323
   maven.cactus.antintegration.name = jakarta-cactus-integration-ant-${maven.cactus.antintegration.version}
   maven.cactus.antintegration.zip = ${maven.cactus.artifacts.zips.dir}/${maven.cactus.antintegration.name}.zip
  
  
  
  1.4       +20 -0     maven/src/plugins-build/cactus/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/cactus/xdocs/properties.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- properties.xml	23 Mar 2003 12:54:58 -0000	1.3
  +++ properties.xml	23 Mar 2003 15:27:16 -0000	1.4
  @@ -109,6 +109,26 @@
               </p>
             </td>
           </tr>
  +        <tr>
  +          <td>cactus.halt.on.error</td>
  +          <td>Yes</td>
  +          <td>
  +            <p>
  +              Decides whether to stop the build on test errors.
  +              Default value is <code>true</code>.
  +            </p>
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>cactus.halt.on.failure</td>
  +          <td>Yes</td>
  +          <td>
  +            <p>
  +              Decides whether to stop the build on test failures
  +              Default value is <code>true</code>.
  +            </p>
  +          </td>
  +        </tr>
         </table>
       </section>
     </body>
  
  
  

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