You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jc...@apache.org on 2005/10/19 04:25:13 UTC

svn commit: r326331 - /jakarta/commons/sandbox/proxy/trunk/maven.xml

Author: jcarman
Date: Tue Oct 18 19:25:10 2005
New Revision: 326331

URL: http://svn.apache.org/viewcvs?rev=326331&view=rev
Log:
Now copies RELEASE-NOTES.txt and NOTICE.txt into the distributions.

Modified:
    jakarta/commons/sandbox/proxy/trunk/maven.xml

Modified: jakarta/commons/sandbox/proxy/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/proxy/trunk/maven.xml?rev=326331&r1=326330&r2=326331&view=diff
==============================================================================
--- jakarta/commons/sandbox/proxy/trunk/maven.xml (original)
+++ jakarta/commons/sandbox/proxy/trunk/maven.xml Tue Oct 18 19:25:10 2005
@@ -15,8 +15,24 @@
    limitations under the License.
 -->
 <project xmlns:j="jelly:core" xmlns:ant="jelly:ant" xmlns:u="jelly:util">
-  <postGoal name="test:compile">
-       <!-- Compile RMI stubs  -->
-       <rmic base="${maven.test.dest}" includes="**/Rmi*Impl.class" />
+    <postGoal name="test:compile">
+        <!-- Compile RMI stubs  -->
+        <rmic base="${maven.test.dest}" includes="**/Rmi*Impl.class"/>
     </postGoal>
+
+    <preGoal name="dist:build-bin">
+        <copy todir="${maven.dist.bin.assembly.dir}">
+            <fileset file='${basedir}/RELEASE-NOTES.txt'/>
+            <fileset file='${basedir}/NOTICE.txt'/>
+        </copy>
+    </preGoal>
+
+    <preGoal name="dist:build-src">
+        <copy todir="${maven.dist.src.assembly.dir}">
+            <fileset file='${basedir}/RELEASE-NOTES.txt'/>
+            <fileset file='${basedir}/NOTICE.txt'/>
+        </copy>
+    </preGoal>
+
+
 </project>



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