]> source.dussan.org Git - poi.git/commitdiff
add description to gump and jenkins build targets
authorJaven O'Neal <onealj@apache.org>
Mon, 13 Jun 2016 07:15:47 +0000 (07:15 +0000)
committerJaven O'Neal <onealj@apache.org>
Mon, 13 Jun 2016 07:15:47 +0000 (07:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748100 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index bed087eb34a91aadc8a4151c0d5fde4e7b273a30..e31fb39c45764455ca79abe063fc546965221d93 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1950,8 +1950,11 @@ under the License.
             description="Creates the entire distribution into build/dist, from scratch">
     </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" description="Target run by Jenkins on a continuous basis"/>
+    <!-- continuous integration targets -->
+    <target name="gump" depends="compile-all, test-all, jar"
+        description="Target for running with Apache Gump continuous integration. Builds and tests POI and generates jar artifacts." />
+    <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. Builds and tests POI, generates artifacts and documentation, and searches for problems."/>
 
     <available property="maven.ant.tasks.present" classname="org.apache.maven.artifact.ant.Pom"/>
     <target name="maven.ant.tasks-check">