You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by po...@apache.org on 2006/06/18 23:18:38 UTC

svn commit: r415197 - /jakarta/commons/proper/jelly/trunk/jelly-tags/maven.xml

Author: polx
Date: Sun Jun 18 14:18:37 2006
New Revision: 415197

URL: http://svn.apache.org/viewvc?rev=415197&view=rev
Log:
Copy LICENSE.txt and NOTICE.txt inside classes before jarring.
paul

Modified:
    jakarta/commons/proper/jelly/trunk/jelly-tags/maven.xml

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/maven.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/maven.xml?rev=415197&r1=415196&r2=415197&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/maven.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/maven.xml Sun Jun 18 14:18:37 2006
@@ -19,4 +19,9 @@
   <postGoal name="xdoc:register-reports">
     <attainGoal name="maven-linkcheck-plugin:deregister"/>  
   </postGoal>
+	
+	<preGoal name="jar:jar">
+		<copy todir="target/classes" file="../../NOTICE.txt"/>
+		<copy todir="target/classes" file="../../LICENSE.txt"/>
+	</preGoal>
 </project>



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