[arch-commits] Commit in java-jline/trunk (PKGBUILD)

Guillaume Alaux guillaume at nymeria.archlinux.org
Sun Mar 2 18:57:56 UTC 2014


    Date: Sunday, March 2, 2014 @ 19:57:56
  Author: guillaume
Revision: 206593

Disables tests in build (tests run only in 'check')

Modified:
  java-jline/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-02 18:51:59 UTC (rev 206592)
+++ PKGBUILD	2014-03-02 18:57:56 UTC (rev 206593)
@@ -19,7 +19,8 @@
 
   mvn -Dmaven.repo.local=${_M2_REPO} \
     clean \
-    package
+    package \
+    -Dmaven.test.skip=true
 }
 
 check() {




More information about the arch-commits mailing list