Repository: james-project
Updated Branches:
  refs/heads/master f876c931a -> 1af619379


JAMES-2504 first compile jars then run test to avoid use of failIfNoTests


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/1af61937
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/1af61937
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/1af61937

Branch: refs/heads/master
Commit: 1af61937930a9b027abcb4384020c2de0407cf46
Parents: 7c88f21
Author: Matthieu Baechler <[email protected]>
Authored: Fri Jul 27 14:01:53 2018 +0200
Committer: Matthieu Baechler <[email protected]>
Committed: Wed Aug 1 06:09:09 2018 +0200

----------------------------------------------------------------------
 dockerfiles/compilation/java-8/integration_tests.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/1af61937/dockerfiles/compilation/java-8/integration_tests.sh
----------------------------------------------------------------------
diff --git a/dockerfiles/compilation/java-8/integration_tests.sh 
b/dockerfiles/compilation/java-8/integration_tests.sh
index 03906ee..ae30787 100755
--- a/dockerfiles/compilation/java-8/integration_tests.sh
+++ b/dockerfiles/compilation/java-8/integration_tests.sh
@@ -52,4 +52,6 @@ export JAMES_IMAP_PORT=$JAMES_IMAP_PORT
 git clone $ORIGIN/.
 git checkout $SHA1
 
-mvn -Dtest=ExternalJamesTest -DfailIfNoTests=false -pl 
org.apache.james:apache-james-mpt-external-james -am test
+
+mvn -DskipTests -pl org.apache.james:apache-james-mpt-external-james -am 
compile
+mvn -Dtest=JamesDeploymentValidation -pl 
org.apache.james:apache-james-mpt-external-james test


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to