henning     2002/12/14 03:39:58

  Added:       configuration maven.xml
  Log:
  Maven preGoal to copy the properties files on the class path for testing the
  ClassPropertiesConfiguration
  
  Revision  Changes    Path
  1.1                  jakarta-commons-sandbox/configuration/maven.xml
  
  Index: maven.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <!-- ===================================================================== -->
  <!--                                                                       -->
  <!-- $Id: maven.xml,v 1.1 2002/12/14 11:39:58 henning Exp $ -->
  <!--                                                                       -->
  <!-- ===================================================================== -->
  
  <project default="java:jar">
  
    <postGoal name="test:compile">
      <echo>Now running, copying from ${maven.conf.dir} to 
${maven.test.dest}/org/apache/commons/configuration</echo>
      <copy todir="${maven.test.dest}/org/apache/commons/configuration">
        <fileset dir="${maven.conf.dir}" includes="*.properties"/>
      </copy>
    </postGoal>
  
  </project>
  
  
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to