Repository: james-project Updated Branches: refs/heads/master 55018ee80 -> 420054b77
JAMES-1697 jpa profile should be enabled for java-6 Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/420054b7 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/420054b7 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/420054b7 Branch: refs/heads/master Commit: 420054b772976f5fda16341966602aee1e4b6dbc Parents: 560b8bb Author: Benoit Tellier <[email protected]> Authored: Thu Mar 10 14:51:40 2016 +0700 Committer: Benoit Tellier <[email protected]> Committed: Tue Mar 22 14:21:12 2016 +0700 ---------------------------------------------------------------------- dockerfiles/compilation/java-6/compile.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/420054b7/dockerfiles/compilation/java-6/compile.sh ---------------------------------------------------------------------- diff --git a/dockerfiles/compilation/java-6/compile.sh b/dockerfiles/compilation/java-6/compile.sh index 9e92e9d..55182ea 100755 --- a/dockerfiles/compilation/java-6/compile.sh +++ b/dockerfiles/compilation/java-6/compile.sh @@ -44,9 +44,9 @@ git checkout $SHA1 # Compilation if [ "$SKIPTESTS" = "skipTests" ]; then - mvn package -DskipTests + mvn package -DskipTests -Pjpa else - mvn package + mvn package -Pjpa fi # Retrieve result --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
