Skip to content

Commit

Permalink
Restore ability to skip cypher compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
spacecowboy committed Feb 20, 2017
1 parent 5b326e0 commit 54cc56f
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions community/cypher/pom.xml
Expand Up @@ -32,13 +32,23 @@
<url>https://github.com/neo4j/neo4j</url>
</scm>

<modules>
<module>frontend-3.0</module>
<module>cypher-compiler-3.0</module>
<module>cypher</module>
<module>acceptance</module>
<module>compatibility-suite</module>
</modules>
<profiles>
<profile>
<id>include-cypher</id>
<activation>
<property>
<name>!skipCypher</name>
</property>
</activation>
<modules>
<module>frontend-3.0</module>
<module>cypher-compiler-3.0</module>
<module>cypher</module>
<module>acceptance</module>
<module>compatibility-suite</module>
</modules>
</profile>
</profiles>

<build>
<plugins>
Expand Down

0 comments on commit 54cc56f

Please sign in to comment.