JAMES-1704 Add elasticsearch to java 8 build profiles

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

Branch: refs/heads/master
Commit: f1b33189c5b97d949f78a399090d57a08c9dd986
Parents: aae4a09
Author: Benoit Tellier <btell...@linagora.com>
Authored: Fri Mar 11 14:41:26 2016 +0700
Committer: Benoit Tellier <btell...@linagora.com>
Committed: Thu Mar 24 12:44:33 2016 +0700

----------------------------------------------------------------------
 dockerfiles/compilation/java-8/compile.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/f1b33189/dockerfiles/compilation/java-8/compile.sh
----------------------------------------------------------------------
diff --git a/dockerfiles/compilation/java-8/compile.sh 
b/dockerfiles/compilation/java-8/compile.sh
index c7d8733..a9f6da2 100755
--- a/dockerfiles/compilation/java-8/compile.sh
+++ b/dockerfiles/compilation/java-8/compile.sh
@@ -44,9 +44,9 @@ git checkout $SHA1
 # Compilation
 
 if [ "$SKIPTESTS" = "skipTests" ]; then
-   mvn package -DskipTests 
-Pcassandra,inmemory,exclude-lucene,with-assembly,with-jetm
+   mvn package -DskipTests 
-Pcassandra,elasticsearch,inmemory,exclude-lucene,with-assembly,with-jetm
 else
-   mvn package -Pcassandra,inmemory,exclude-lucene,with-assembly,with-jetm
+   mvn package 
-Pcassandra,inmemory,elasticsearch,exclude-lucene,with-assembly,with-jetm
 fi
 
 # Retrieve result


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

Reply via email to