You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ad...@apache.org on 2018/12/07 16:13:19 UTC

[11/11] james-project git commit: JAMES-2620 Built artifacts should be installed to prevent downloading them from maven repository

JAMES-2620 Built artifacts should be installed to prevent downloading them from maven repository


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

Branch: refs/heads/3.2.x
Commit: 3b932460f2927d00d595b9268bb452187ac0f3c2
Parents: 23936bb
Author: Antoine Duprat <ad...@linagora.com>
Authored: Mon Dec 3 11:25:51 2018 +0100
Committer: Antoine Duprat <ad...@linagora.com>
Committed: Fri Dec 7 17:12:12 2018 +0100

----------------------------------------------------------------------
 dockerfiles/compilation/java-8/integration_tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/3b932460/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 ae30787..0fab296 100755
--- a/dockerfiles/compilation/java-8/integration_tests.sh
+++ b/dockerfiles/compilation/java-8/integration_tests.sh
@@ -53,5 +53,5 @@ git clone $ORIGIN/.
 git checkout $SHA1
 
 
-mvn -DskipTests -pl org.apache.james:apache-james-mpt-external-james -am compile
+mvn -DskipTests -pl org.apache.james:apache-james-mpt-external-james -am package
 mvn -Dtest=JamesDeploymentValidation -pl org.apache.james:apache-james-mpt-external-james test


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org