You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2004/03/31 12:50:03 UTC

cvs commit: avalon-excalibur/fortress/container-test maven.xml

mcconnell    2004/03/31 02:50:03

  Modified:    fortress/container-test maven.xml
  Log:
  fix broken maven.xml
  
  Revision  Changes    Path
  1.3       +1 -3      avalon-excalibur/fortress/container-test/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/fortress/container-test/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml	31 Mar 2004 10:28:58 -0000	1.2
  +++ maven.xml	31 Mar 2004 10:50:03 -0000	1.3
  @@ -23,7 +23,7 @@
       <!-- Generate fortress meta descriptors                                    -->
       <!-- ===================================================================== -->
   
  -    <postGoal name="java:compile">
  +    <postGoal name="test:compile">
           <attainGoal name="provide-fortress-meta"/>
       </postGoal>
   
  @@ -35,11 +35,9 @@
               classname="org.apache.avalon.fortress.tools.ComponentMetaInfoCollector">
               <classpath>
                   <path refid="maven.dependency.classpath"/>
  -                <pathelement path="${java.build.dir}"/>
               </classpath>
           </taskdef>
   
  -        <mkdir dir="${maven.build.dir}/test-classes"/>
           <fortress-collect-meta destdir="${maven.build.dir}/test-classes">
               <fileset dir="${maven.src.dir}/test"/>
           </fortress-collect-meta>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org