diff options
author | Javen O'Neal <onealj@apache.org> | 2016-06-13 07:15:47 +0000 |
---|---|---|
committer | Javen O'Neal <onealj@apache.org> | 2016-06-13 07:15:47 +0000 |
commit | 7bc0810b58c0f6732916d011ca161f25270b9520 (patch) | |
tree | 2940b7189eb6c4f695edcf4038c4265b46a47683 /build.xml | |
parent | 442c7c72095e1caa8fa184b35ea9d7d6a041c75d (diff) | |
download | poi-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.xml | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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"> |