You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by he...@apache.org on 2005/09/05 17:32:54 UTC

svn commit: r278780 - /jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/maven.xml

Author: henning
Date: Mon Sep  5 08:32:52 2005
New Revision: 278780

URL: http://svn.apache.org/viewcvs?rev=278780&view=rev
Log:
add dist:build-src pregoal to copy conf/test into source distribution


Modified:
    jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/maven.xml

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/maven.xml
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/maven.xml?rev=278780&r1=278779&r2=278780&view=diff
==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/maven.xml (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/maven.xml Mon Sep  5 08:32:52 2005
@@ -185,4 +185,15 @@
     <j:set var="outputDirectory" value="" />
   </goal>
 
+  <!-- ================================================================== -->
+  <!-- D I S T : B U I L D _ S R C   P R E   G O A L                      -->
+  <!-- ================================================================== -->
+  <preGoal name="dist:build-src">
+    <copy todir="${maven.dist.src.assembly.dir}/conf/test">
+      <fileset dir="${basedir}/conf/test">
+        <include name="**/*"/>
+      </fileset>
+    </copy>
+  </preGoal>
+
 </project>



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