JAMES-1842: JPA needs lucene so it should not run exclude-lucene profile
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/c659fcb1 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/c659fcb1 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/c659fcb1 Branch: refs/heads/master Commit: c659fcb1aded8ec1059e8f55c5ab88848f2f2fbd Parents: 11771d0 Author: Quynh Nguyen <qngu...@linagora.com> Authored: Mon Oct 31 16:45:09 2016 +0700 Committer: Quynh Nguyen <qngu...@linagora.com> Committed: Fri Nov 18 09:25:34 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/c659fcb1/dockerfiles/compilation/java-8/compile.sh ---------------------------------------------------------------------- diff --git a/dockerfiles/compilation/java-8/compile.sh b/dockerfiles/compilation/java-8/compile.sh index a9f6da2..966f872 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,elasticsearch,inmemory,exclude-lucene,with-assembly,with-jetm + mvn package -DskipTests -Pcassandra,elasticsearch,inmemory,with-assembly,with-jetm else - mvn package -Pcassandra,inmemory,elasticsearch,exclude-lucene,with-assembly,with-jetm + mvn package -Pcassandra,inmemory,elasticsearch,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