Chris Hillery has uploaded a new change for review.
https://asterix-gerrit.ics.uci.edu/768
Change subject: Allow for optional modules in build
......................................................................
Allow for optional modules in build
Change-Id: Ib99bfb3f92dfaa66dc2299db31b734adb5cceeca
---
M .gitignore
M pom.xml
2 files changed, 8 insertions(+), 0 deletions(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb
refs/changes/68/768/1
diff --git a/.gitignore b/.gitignore
index 926dcfe..42a5d68 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,5 @@
asterix.ipr
asterix.iws
git.properties
+asterix-opt/
+
diff --git a/pom.xml b/pom.xml
index 09cccb7..be6aeab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -290,6 +290,12 @@
<profiles>
<profile>
+ <id>opt-modules</id>
+ <modules>
+ <module>asterix-opt</module>
+ </modules>
+ </profile>
+ <profile>
<id>slow-aql-tests</id>
<properties>
<runSlowAQLTests>true</runSlowAQLTests>
--
To view, visit https://asterix-gerrit.ics.uci.edu/768
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib99bfb3f92dfaa66dc2299db31b734adb5cceeca
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Chris Hillery <[email protected]>