You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by oh...@apache.org on 2005/02/20 18:37:15 UTC

svn commit: r154535 - jakarta/commons/proper/configuration/trunk/maven.xml

Author: oheger
Date: Sun Feb 20 09:37:12 2005
New Revision: 154535

URL: http://svn.apache.org/viewcvs?view=rev&rev=154535
Log:
The conf directory with the test data files is now included in the source distribution when calling maven dist

Modified:
    jakarta/commons/proper/configuration/trunk/maven.xml

Modified: jakarta/commons/proper/configuration/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/maven.xml?view=diff&r1=154534&r2=154535
==============================================================================
--- jakarta/commons/proper/configuration/trunk/maven.xml (original)
+++ jakarta/commons/proper/configuration/trunk/maven.xml Sun Feb 20 09:37:12 2005
@@ -35,6 +35,15 @@
   <!-- END: C O M M O N S - B U I L D                                     -->
   <!-- ================================================================== -->
   
+  <!-- Ensures that the conf directory is included in the source distro. -->
+  <postGoal name="dist:prepare-src-filesystem">
+    <mkdir dir="${maven.dist.src.assembly.dir}/conf"/>
+    <copy todir="${maven.dist.src.assembly.dir}/conf">
+      <fileset dir="${basedir}/conf">
+      </fileset>
+    </copy>
+  </postGoal>
+  
   <!-- NonStringTestHolder.java contains tests shared by JUnit and Cactus
   tests.  This ugly hack moves the src from /src/test to /src/test-cactus
   so the Cactus tests will compile.  Not sure what is worse, this hack, or



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