You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2010/06/25 00:36:19 UTC

svn commit: r957743 - /ant/ivy/core/trunk/build-release.xml

Author: maartenc
Date: Thu Jun 24 22:36:19 2010
New Revision: 957743

URL: http://svn.apache.org/viewvc?rev=957743&view=rev
Log:
Generating RAT report and failing build if missing licenses are found is now part of standard release target.

Modified:
    ant/ivy/core/trunk/build-release.xml

Modified: ant/ivy/core/trunk/build-release.xml
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/build-release.xml?rev=957743&r1=957742&r2=957743&view=diff
==============================================================================
--- ant/ivy/core/trunk/build-release.xml (original)
+++ ant/ivy/core/trunk/build-release.xml Thu Jun 24 22:36:19 2010
@@ -471,6 +471,6 @@
 	<target name="snapshot" 
 			depends="prepare-snapshot, snapshot-src, snapshot-bin, snapshot-maven2, snapshot-checksums" 
 			description="used for nightly and integration builds"/>
-	<target name="release" depends="release-version, snapshot" description="make a new release of Ivy"/>
+	<target name="release" depends="release-version, rat, snapshot" description="make a new release of Ivy"/>
 
 </project>