keycloak-aplcache

KEYCLOAK-7361 Add `!community` profile to prod-arguments.json This

5/16/2018 4:46:20 PM

Changes

Details

diff --git a/prod-arguments.json b/prod-arguments.json
index 91af80a..ae500ab 100644
--- a/prod-arguments.json
+++ b/prod-arguments.json
@@ -1,6 +1,6 @@
 {
   "mvn": {
-    "profiles": ["product", "jboss-release"],
+    "profiles": ["product", "!community", "jboss-release"],
     "properties": {
         "skipTests": "true"
     }