You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by he...@apache.org on 2002/12/14 12:39:58 UTC

cvs commit: jakarta-commons-sandbox/configuration maven.xml

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>