Author: centic
Date: Mon Jan 20 19:31:57 2014
New Revision: 1559813
URL: http://svn.apache.org/r1559813
Log:
Add license check via Apache rat to jenkins build
Modified:
poi/trunk/build.xml
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1559813&r1=1559812&r2=1559813&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Mon Jan 20 19:31:57 2014
@@ -1317,7 +1317,7 @@ under the License.
</target>
<target name="gump" depends="compile-all, test-all, jar"/>
- <target name="jenkins" depends="compile-all, test-all, jar, javadocs,
assemble"/>
+ <target name="jenkins" depends="compile-all, test-all, jar, javadocs,
assemble, rat-check"/>
<available property="maven.ant.tasks.present"
classname="org.apache.maven.artifact.ant.Pom"/>
<target name="maven.ant.tasks-check">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]