You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ep...@apache.org on 2004/07/05 16:29:24 UTC

cvs commit: maven-plugins/hibernate/src/plugin-test maven.xml

epugh       2004/07/05 07:29:24

  Modified:    hibernate/src/plugin-test maven.xml
  Log:
  Restore cleaning after tests are run
  
  Revision  Changes    Path
  1.3       +1 -1      maven-plugins/hibernate/src/plugin-test/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/hibernate/src/plugin-test/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml	2 Jul 2004 07:32:53 -0000	1.2
  +++ maven.xml	5 Jul 2004 14:29:24 -0000	1.3
  @@ -22,7 +22,7 @@
            xmlns:x="jelly:xml">
            
     <goal name="testPlugin" prereqs="test-hibernate-schema-export,test-hibernate-aggregate-mappings">
  -    <!--attainGoal name="clean"/-->
  +    <attainGoal name="clean"/>
     </goal>
     
     <goal name="test-hibernate-schema-export">
  
  
  

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