[testng] 16/355: Use maven instead of ant in documentation for building

Eugene Zhukov eugene-guest at moszumanska.debian.org
Tue Aug 18 10:19:42 UTC 2015


This is an automated email from the git hooks/post-receive script.

eugene-guest pushed a commit to annotated tag OpenBSD
in repository testng.

commit 586b5841dac9375241d10f95066c485c95542808
Author: Dariusz Luksza <dariusz at luksza.org>
Date:   Fri Aug 2 09:29:43 2013 +0200

    Use maven instead of ant in documentation for building
---
 doc/download.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/download.html b/doc/download.html
index da8070c..8d73e9c 100644
--- a/doc/download.html
+++ b/doc/download.html
@@ -39,8 +39,7 @@
 <pre class="brush: plain">
 $ git clone git://github.com/cbeust/testng.git
 $ cd testng
-$ cp ivy-2.1.0.jar ~/.ant/lib
-$ ant
+$ mvn package
 </pre>
 
 <p>You will then find the jar file in the <tt>target</tt> directory</p>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/testng.git



More information about the pkg-java-commits mailing list