aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJaven O'Neal <onealj@apache.org>2016-06-13 07:15:47 +0000
committerJaven O'Neal <onealj@apache.org>2016-06-13 07:15:47 +0000
commit7bc0810b58c0f6732916d011ca161f25270b9520 (patch)
tree2940b7189eb6c4f695edcf4038c4265b46a47683 /build.xml
parent442c7c72095e1caa8fa184b35ea9d7d6a041c75d (diff)
downloadpoi-7bc0810b58c0f6732916d011ca161f25270b9520.tar.gz
poi-7bc0810b58c0f6732916d011ca161f25270b9520.zip
add description to gump and jenkins build targets
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748100 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index bed087eb34..e31fb39c45 100644
--- 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">