JAMES-1704 Add inmemory 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/aae4a09e Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/aae4a09e Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/aae4a09e Branch: refs/heads/master Commit: aae4a09e3a7748ef4e0b4da6717218b2f5719595 Parents: a435f4e Author: Benoit Tellier <btell...@linagora.com> Authored: Fri Mar 11 14:36:36 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/aae4a09e/dockerfiles/compilation/java-8/compile.sh ---------------------------------------------------------------------- diff --git a/dockerfiles/compilation/java-8/compile.sh b/dockerfiles/compilation/java-8/compile.sh index 696f4db..c7d8733 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,exclude-lucene,with-assembly,with-jetm + mvn package -DskipTests -Pcassandra,inmemory,exclude-lucene,with-assembly,with-jetm else - mvn package -Pcassandra,exclude-lucene,with-assembly,with-jetm + mvn package -Pcassandra,inmemory,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