]> source.dussan.org Git - poi.git/commitdiff
Add description to jenkins target
authorDavid North <dnorth@apache.org>
Thu, 29 Oct 2015 10:42:23 +0000 (10:42 +0000)
committerDavid North <dnorth@apache.org>
Thu, 29 Oct 2015 10:42:23 +0000 (10:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711215 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 90cb06ef5e15751dda6485ec861e1cc2bb952675..ebd455cacc9385235f27f8ee07b58572565bf66b 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1694,7 +1694,7 @@ under the License.
     </target>
 
     <target name="gump" depends="compile-all, test-all, jar"/>
-    <target name="jenkins" depends="compile-all, test-all, test-integration, jar, javadocs, assemble, findbugs, release-notes, rat-check, forbidden-apis-check"/>
+    <target name="jenkins" depends="compile-all, test-all, test-integration, jar, javadocs, assemble, findbugs, release-notes, rat-check, forbidden-apis-check" description="Target run by Jenkins on a continuous basis"/>
 
     <available property="maven.ant.tasks.present" classname="org.apache.maven.artifact.ant.Pom"/>
     <target name="maven.ant.tasks-check">