You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2008/04/16 20:00:03 UTC

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

Author: tv
Date: Wed Apr 16 11:00:00 2008
New Revision: 648769

URL: http://svn.apache.org/viewvc?rev=648769&view=rev
Log:
Make sure that LICENSE.txt and NOTICE are part of the distributions.

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

Modified: turbine/core/branches/TURBINE_2_3_BRANCH/maven.xml
URL: http://svn.apache.org/viewvc/turbine/core/branches/TURBINE_2_3_BRANCH/maven.xml?rev=648769&r1=648768&r2=648769&view=diff
==============================================================================
--- turbine/core/branches/TURBINE_2_3_BRANCH/maven.xml (original)
+++ turbine/core/branches/TURBINE_2_3_BRANCH/maven.xml Wed Apr 16 11:00:00 2008
@@ -203,6 +203,16 @@
     <copy todir="${maven.dist.src.assembly.dir}/xdocs">
       <fileset dir="xdocs"/>
     </copy>
+    
+    <copy todir="${maven.dist.src.assembly.dir}">
+      <fileset dir="${basedir}">
+        <include name="pom.xml"/>
+        <include name="project.xml"/>
+        <include name="project.properties"/>
+        <include name="NOTICE"/>
+        <include name="LICENSE.txt"/>
+      </fileset>
+    </copy>
   </preGoal>
 
   <!-- ================================================================== -->
@@ -223,6 +233,11 @@
         <include name="Log4j.properties" />
         <include name="TurbineResources.properties" />
       </fileset>
+    </copy>
+
+    <copy todir="${maven.dist.bin.assembly.dir}" failonerror="false">
+      <fileset file='${basedir}/NOTICE'/>
+      <fileset file='${basedir}/LICENSE.txt'/>
     </copy>
 
     <u:tokenize var="databaseList" delim="," trim="true">db2,hypersonic,interbase,mysql,oracle,postgresql,sybase</u:tokenize>