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

cvs commit: jakarta-turbine-maven maven.xml

jvanzyl     2003/01/01 07:22:51

  Modified:    .        maven.xml
  Log:
  o Integrating the touchstone build into the regular cycle of testing. The
    touchstone build will now attempt to run after the unit tests have
    completed running.
  
  Revision  Changes    Path
  1.69      +19 -0     jakarta-turbine-maven/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/maven.xml,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- maven.xml	31 Dec 2002 07:28:17 -0000	1.68
  +++ maven.xml	1 Jan 2003 15:22:51 -0000	1.69
  @@ -18,7 +18,26 @@
     </goal>
   
     <!-- ================================================================== -->
  +  <!-- T O U C H S T O N E  B U I L D                                     -->
  +  <!-- ================================================================== -->
  +  <!-- This runs as part of the standard runtime testing in Maven. It is  -->
  +  <!-- a build that tries to exercise as many of Maven's features as      -->
  +  <!-- possible.                                                          -->
  +  <!-- ================================================================== -->
  +
  +  <postGoal name="test:test">
  +    <maven:maven
  +      basedir="${basedir}/src/test/touchstone-build"
  +      descriptor="${basedir}/src/test/touchstone-build/project.xml"
  +      goals="java:jar"
  +      ignoreFailures="false"
  +    />
  +  </postGoal>
  +
  +  <!-- ================================================================== -->
     <!-- B U I L D  P L U G I N S                                           -->
  +  <!-- ================================================================== -->
  +  <!-- Used by the bootstrap process to build all of Maven's plugins.     -->
     <!-- ================================================================== -->
   
     <goal