2022-03-08 13:43:58 -06:00
|
|
|
<!--
|
2022-05-31 21:02:30 -05:00
|
|
|
~ Copyright (c) 2022 nosqlbench
|
2022-03-08 13:43:58 -06:00
|
|
|
~
|
2022-05-31 21:02:30 -05:00
|
|
|
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
~ you may not use this file except in compliance with the License.
|
|
|
|
~ You may obtain a copy of the License at
|
|
|
|
~
|
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
~
|
|
|
|
~ Unless required by applicable law or agreed to in writing, software
|
|
|
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
~ See the License for the specific language governing permissions and
|
|
|
|
~ limitations under the License.
|
2022-03-08 13:43:58 -06:00
|
|
|
-->
|
|
|
|
|
2020-04-15 17:03:58 -05:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2020-04-10 16:00:19 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<artifactId>nosqlbench</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<artifactId>mvn-defaults</artifactId>
|
|
|
|
<groupId>io.nosqlbench</groupId>
|
2022-05-18 14:49:25 -05:00
|
|
|
<version>4.17.15-SNAPSHOT</version>
|
2020-04-10 16:00:19 -05:00
|
|
|
<relativePath>mvn-defaults</relativePath>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<name>${project.artifactId}</name>
|
|
|
|
<url>http://nosqlbench.io/</url>
|
|
|
|
<description>A reusable machine pattern for building dynamic load
|
|
|
|
testing systems
|
|
|
|
</description>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
|
2021-02-04 17:46:49 -06:00
|
|
|
<!-- CORE MODULES -->
|
2020-04-10 16:00:19 -05:00
|
|
|
<module>mvn-defaults</module>
|
2021-02-04 17:46:49 -06:00
|
|
|
<module>nb</module>
|
2021-08-10 14:34:53 -05:00
|
|
|
<module>nbr</module>
|
2022-05-31 21:02:04 -05:00
|
|
|
<module>nbr-examples</module>
|
2020-04-10 16:00:19 -05:00
|
|
|
<module>nb-api</module>
|
2020-04-30 10:26:40 -05:00
|
|
|
<module>nb-annotations</module>
|
2020-04-10 16:00:19 -05:00
|
|
|
<module>engine-api</module>
|
|
|
|
<module>engine-core</module>
|
|
|
|
<module>engine-extensions</module>
|
|
|
|
<module>engine-docker</module>
|
|
|
|
<module>engine-docs</module>
|
2020-08-06 09:52:02 -05:00
|
|
|
<module>engine-cli</module>
|
|
|
|
<module>engine-rest</module>
|
2020-10-23 02:35:32 -05:00
|
|
|
<module>engine-clients</module>
|
2020-09-15 19:30:34 -05:00
|
|
|
<module>drivers-api</module>
|
2021-07-20 18:26:53 -05:00
|
|
|
<module>adapters-api</module>
|
2020-09-15 19:30:34 -05:00
|
|
|
|
2020-08-06 09:52:02 -05:00
|
|
|
<!-- driver modules -->
|
2021-12-21 16:46:20 -06:00
|
|
|
<module>adapter-cqld4</module>
|
|
|
|
<module>adapter-dynamodb</module>
|
2022-05-31 21:02:04 -05:00
|
|
|
<module>adapter-diag</module>
|
2020-05-05 11:27:31 -05:00
|
|
|
<module>driver-diag</module>
|
|
|
|
<module>driver-stdout</module>
|
|
|
|
<module>driver-tcp</module>
|
|
|
|
<module>driver-http</module>
|
2020-05-27 13:30:49 -05:00
|
|
|
<module>driver-kafka</module>
|
2020-05-18 11:33:08 -05:00
|
|
|
<module>driver-mongodb</module>
|
2020-07-15 08:42:47 -05:00
|
|
|
<module>driver-jmx</module>
|
2021-01-24 18:21:41 -06:00
|
|
|
<module>driver-jdbc</module>
|
2021-01-25 14:25:54 -06:00
|
|
|
<module>driver-cockroachdb</module>
|
2021-01-25 07:40:15 -06:00
|
|
|
<module>driver-pulsar</module>
|
2021-05-03 13:33:59 -05:00
|
|
|
<module>driver-jms</module>
|
2021-12-21 16:46:20 -06:00
|
|
|
|
2020-04-10 16:00:19 -05:00
|
|
|
|
|
|
|
<!-- VIRTDATA MODULES -->
|
|
|
|
|
|
|
|
<module>virtdata-api</module>
|
|
|
|
<module>virtdata-lang</module>
|
|
|
|
<module>virtdata-realdata</module>
|
|
|
|
<module>virtdata-lib-basics</module>
|
|
|
|
<module>virtdata-lib-random</module>
|
|
|
|
<module>virtdata-lib-curves4</module>
|
|
|
|
<module>virtdata-lib-realer</module>
|
|
|
|
<module>virtdata-userlibs</module>
|
|
|
|
|
2021-02-04 17:46:49 -06:00
|
|
|
<!-- Documentation -->
|
2021-12-22 09:39:36 -06:00
|
|
|
<module>docsys</module>
|
2021-02-04 17:46:49 -06:00
|
|
|
|
2020-04-10 16:00:19 -05:00
|
|
|
</modules>
|
|
|
|
|
2020-05-14 15:12:49 -05:00
|
|
|
<profiles>
|
2020-05-20 09:09:40 -05:00
|
|
|
<profile>
|
|
|
|
<id>with-mongodb</id>
|
|
|
|
<activation>
|
2020-05-27 21:32:19 -05:00
|
|
|
<activeByDefault>true</activeByDefault>
|
2020-05-20 09:09:40 -05:00
|
|
|
</activation>
|
|
|
|
<modules>
|
|
|
|
<module>driver-mongodb</module>
|
|
|
|
</modules>
|
|
|
|
</profile>
|
|
|
|
|
2020-05-14 15:12:49 -05:00
|
|
|
</profiles>
|
|
|
|
|
2020-04-10 16:00:19 -05:00
|
|
|
<licenses>
|
|
|
|
<license>
|
|
|
|
<name>The Apache License, Version 2.0</name>
|
|
|
|
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<configuration>
|
|
|
|
<useReleaseProfile>true</useReleaseProfile>
|
|
|
|
<releaseProfiles>release</releaseProfiles>
|
|
|
|
<autoVersionSubmodules>true</autoVersionSubmodules>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2022-03-07 22:16:45 -06:00
|
|
|
|
2020-04-10 16:00:19 -05:00
|
|
|
</plugins>
|
2022-03-07 22:16:45 -06:00
|
|
|
|
2020-04-10 16:00:19 -05:00
|
|
|
</build>
|
|
|
|
|
|
|
|
<developers>
|
|
|
|
<developer>
|
|
|
|
<name>Jonathan Shook</name>
|
|
|
|
<email>jshook@gmail.com</email>
|
|
|
|
<organization>nosqlbench.io</organization>
|
|
|
|
<organizationUrl>http://nosqlbench.io/</organizationUrl>
|
|
|
|
</developer>
|
|
|
|
<developer>
|
|
|
|
<name>Sebastián Estévez</name>
|
|
|
|
<email>estevezsebastian@gmail.com</email>
|
|
|
|
<organization>nosqlbench.io</organization>
|
|
|
|
<organizationUrl>http://nosqlbench.io/</organizationUrl>
|
|
|
|
</developer>
|
|
|
|
</developers>
|
|
|
|
|
2020-08-07 12:38:26 -05:00
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>central</id>
|
|
|
|
<name>Maven Central</name>
|
|
|
|
<layout>default</layout>
|
|
|
|
<url>https://repo1.maven.org/maven2</url>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
|
2020-04-10 16:00:19 -05:00
|
|
|
<scm>
|
|
|
|
<connection>scm:git:https://github.com/nosqlbench/nosqlbench.git
|
|
|
|
</connection>
|
|
|
|
<developerConnection>
|
|
|
|
scm:git:https://github.com/nosqlbench/nosqlbench.git
|
|
|
|
</developerConnection>
|
|
|
|
<url>scm:git:git@github.com:nosqlbench/nosqlbench.git</url>
|
2022-05-18 14:49:25 -05:00
|
|
|
<tag>HEAD</tag>
|
2020-04-10 16:00:19 -05:00
|
|
|
</scm>
|
|
|
|
|
|
|
|
<distributionManagement>
|
|
|
|
<snapshotRepository>
|
|
|
|
<id>ossrh</id>
|
|
|
|
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
|
|
|
</snapshotRepository>
|
|
|
|
</distributionManagement>
|
2020-02-20 15:38:34 -06:00
|
|
|
|
|
|
|
</project>
|