From 54cc56f1a60ab37043e9387448cf68b7bc5f6f8a Mon Sep 17 00:00:00 2001 From: Jonas Kalderstam Date: Mon, 20 Feb 2017 16:16:08 +0100 Subject: [PATCH] Restore ability to skip cypher compilation --- community/cypher/pom.xml | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/community/cypher/pom.xml b/community/cypher/pom.xml index c4d0da8460cd3..c0f8199e3ef91 100644 --- a/community/cypher/pom.xml +++ b/community/cypher/pom.xml @@ -32,13 +32,23 @@ https://github.com/neo4j/neo4j - - frontend-3.0 - cypher-compiler-3.0 - cypher - acceptance - compatibility-suite - + + + include-cypher + + + !skipCypher + + + + frontend-3.0 + cypher-compiler-3.0 + cypher + acceptance + compatibility-suite + + +