JAMES-2264 Remove profiles from compilation docker

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

Branch: refs/heads/master
Commit: 29b1a6c98973a67fd6307cd3ae0cf6e69af4d9d8
Parents: 6fc0c7b
Author: benwa <[email protected]>
Authored: Tue Nov 14 14:29:51 2017 +0700
Committer: Antoine Duprat <[email protected]>
Committed: Fri Dec 22 09:44:59 2017 +0100

----------------------------------------------------------------------
 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/29b1a6c9/dockerfiles/compilation/java-8/compile.sh
----------------------------------------------------------------------
diff --git a/dockerfiles/compilation/java-8/compile.sh 
b/dockerfiles/compilation/java-8/compile.sh
index 9b4d298..3300aad 100755
--- a/dockerfiles/compilation/java-8/compile.sh
+++ b/dockerfiles/compilation/java-8/compile.sh
@@ -47,9 +47,9 @@ git checkout $SHA1
 # Compilation
 
 if [ "$SKIPTESTS" = "skipTests" ]; then
-   mvn package -DskipTests 
-Pcassandra,inmemory,jpa,elasticsearch,lucene,with-assembly,with-jetm,swagger-json
+   mvn package -DskipTests
 else
-   mvn package 
-Pcassandra,inmemory,jpa,elasticsearch,lucene,with-assembly,with-jetm,swagger-json
+   mvn package
 fi
 
 # Retrieve result


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to