mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
build nb5, not nb, by default
This commit is contained in:
parent
9b4ef9bb5d
commit
4d60291913
14
pom.xml
14
pom.xml
@ -37,7 +37,7 @@
|
||||
|
||||
<!-- CORE MODULES -->
|
||||
<module>mvn-defaults</module>
|
||||
<module>nb</module>
|
||||
<module>nb5</module>
|
||||
<module>nbr</module>
|
||||
<module>nbr-examples</module>
|
||||
<module>nb-api</module>
|
||||
@ -57,6 +57,7 @@
|
||||
<module>adapter-cqld4</module>
|
||||
<module>adapter-dynamodb</module>
|
||||
<module>adapter-diag</module>
|
||||
<module>adapter-stdout</module>
|
||||
<module>driver-diag</module>
|
||||
<module>driver-stdout</module>
|
||||
<module>driver-tcp</module>
|
||||
@ -87,10 +88,19 @@
|
||||
</modules>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>with-nb</id>
|
||||
<activation>
|
||||
<activeByDefault>false</activeByDefault>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>nb</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>with-mongodb</id>
|
||||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
<activeByDefault>false</activeByDefault>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>driver-mongodb</module>
|
||||
|
Loading…
Reference in New Issue
Block a user