ammulder    2004/10/17 13:34:19

  Modified:    modules/itests maven.xml
  Log:

  The build always fails complaining "no goal [itest]"
  
  Revision  Changes    Path
  1.16      +3 -4      openejb/modules/itests/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb/modules/itests/maven.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- maven.xml 9 Oct 2004 05:36:24 -0000       1.15
  +++ maven.xml 17 Oct 2004 17:34:19 -0000      1.16
  @@ -16,12 +16,11 @@
       </preGoal>
   
       <goal name="default" prereqs="ejb:install"/>
  -
  +<!-- Aaron: This always breaks saying "no goal [itest]"
       <postGoal name="ejb:install">
           <attainGoal name="itest"/>
       </postGoal>
  -
  -
  +-->
       <preGoal name="itest:setup">
           <ant:delete dir="${maven.build.dir}/openejb"/>
           <deploy:unpackServer
  
  
  

Reply via email to