2020-03-24 22:17:31 -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-02-20 15:37:57 -06:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
|
|
|
|
<parent>
|
2020-02-24 10:20:00 -06:00
|
|
|
<artifactId>mvn-defaults</artifactId>
|
2020-02-20 15:37:57 -06:00
|
|
|
<groupId>io.nosqlbench</groupId>
|
2020-05-04 12:45:53 -05:00
|
|
|
<version>3.12.100-SNAPSHOT</version>
|
2020-02-24 10:20:00 -06:00
|
|
|
<relativePath>../mvn-defaults</relativePath>
|
2020-02-20 15:37:57 -06:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>nb</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
<name>${project.artifactId}</name>
|
|
|
|
<description>CLI for nosqlbench.</description>
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<javadoc.name>nosqlbench Command Line</javadoc.name>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
2020-04-16 11:14:39 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.nosqlbench</groupId>
|
|
|
|
<artifactId>driver-web</artifactId>
|
2020-05-04 12:45:53 -05:00
|
|
|
<version>3.12.100-SNAPSHOT</version>
|
2020-04-16 11:14:39 -05:00
|
|
|
</dependency>
|
|
|
|
|
2020-02-20 15:37:57 -06:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.nosqlbench</groupId>
|
2020-02-24 10:20:00 -06:00
|
|
|
<artifactId>engine-cli</artifactId>
|
2020-05-04 12:45:53 -05:00
|
|
|
<version>3.12.100-SNAPSHOT</version>
|
2020-02-20 15:37:57 -06:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.nosqlbench</groupId>
|
2020-02-24 10:20:00 -06:00
|
|
|
<artifactId>engine-docs</artifactId>
|
2020-05-04 12:45:53 -05:00
|
|
|
<version>3.12.100-SNAPSHOT</version>
|
2020-02-20 15:37:57 -06:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.nosqlbench</groupId>
|
2020-02-24 10:20:00 -06:00
|
|
|
<artifactId>engine-core</artifactId>
|
2020-05-04 12:45:53 -05:00
|
|
|
<version>3.12.100-SNAPSHOT</version>
|
2020-02-20 15:37:57 -06:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.nosqlbench</groupId>
|
2020-02-24 10:20:00 -06:00
|
|
|
<artifactId>engine-extensions</artifactId>
|
2020-05-04 12:45:53 -05:00
|
|
|
<version>3.12.100-SNAPSHOT</version>
|
2020-02-20 15:37:57 -06:00
|
|
|
</dependency>
|
|
|
|
|
2020-04-15 16:11:24 -05:00
|
|
|
<!-- <dependency>-->
|
|
|
|
<!-- <groupId>io.nosqlbench</groupId>-->
|
|
|
|
<!-- <artifactId>driver-web</artifactId>-->
|
|
|
|
<!-- <version>3.12.83-SNAPSHOT</version>-->
|
|
|
|
<!-- </dependency>-->
|
2020-04-15 09:37:47 -05:00
|
|
|
|
2020-02-20 15:37:57 -06:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.nosqlbench</groupId>
|
2020-05-05 11:27:31 -05:00
|
|
|
<artifactId>driver-stdout</artifactId>
|
2020-05-04 12:45:53 -05:00
|
|
|
<version>3.12.100-SNAPSHOT</version>
|
2020-02-20 15:37:57 -06:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.nosqlbench</groupId>
|
2020-05-05 11:27:31 -05:00
|
|
|
<artifactId>driver-diag</artifactId>
|
2020-05-04 12:45:53 -05:00
|
|
|
<version>3.12.100-SNAPSHOT</version>
|
2020-02-20 15:37:57 -06:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.nosqlbench</groupId>
|
2020-05-05 11:27:31 -05:00
|
|
|
<artifactId>driver-tcp</artifactId>
|
2020-05-04 12:45:53 -05:00
|
|
|
<version>3.12.100-SNAPSHOT</version>
|
2020-02-20 15:37:57 -06:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.nosqlbench</groupId>
|
2020-05-05 11:27:31 -05:00
|
|
|
<artifactId>driver-http</artifactId>
|
2020-05-04 12:45:53 -05:00
|
|
|
<version>3.12.100-SNAPSHOT</version>
|
2020-02-20 15:37:57 -06:00
|
|
|
</dependency>
|
|
|
|
|
2020-03-02 12:59:21 -06:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.nosqlbench</groupId>
|
2020-05-05 11:27:31 -05:00
|
|
|
<artifactId>driver-cql</artifactId>
|
2020-05-04 12:45:53 -05:00
|
|
|
<version>3.12.100-SNAPSHOT</version>
|
2020-03-02 12:59:21 -06:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.nosqlbench</groupId>
|
2020-05-05 11:27:31 -05:00
|
|
|
<artifactId>driver-cqlverify</artifactId>
|
2020-05-04 12:45:53 -05:00
|
|
|
<version>3.12.100-SNAPSHOT</version>
|
2020-03-02 12:59:21 -06:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
2020-02-20 15:37:57 -06:00
|
|
|
<!-- <dependency>-->
|
2020-03-23 18:30:35 -05:00
|
|
|
<!-- <groupId>io.nosqlbench</groupId>-->
|
|
|
|
<!-- <artifactId>nb-runtime</artifactId>-->
|
|
|
|
<!-- <version>2.12.51-SNAPSHOT</version>-->
|
|
|
|
<!-- </dependency>-->
|
2020-02-20 15:37:57 -06:00
|
|
|
|
|
|
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
<!-- <groupId>io.nosqlbench</groupId>-->
|
2020-02-24 10:20:00 -06:00
|
|
|
<!-- <artifactId>engine-vis</artifactId>-->
|
2020-02-20 15:37:57 -06:00
|
|
|
<!-- <version>2.11.31-SNAPSHOT</version>-->
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
|
|
<dependency>
|
2020-04-01 15:24:29 -05:00
|
|
|
<groupId>org.assertj</groupId>
|
|
|
|
<artifactId>assertj-core</artifactId>
|
2020-02-20 15:37:57 -06:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2020-04-01 15:24:29 -05:00
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
2020-02-20 15:37:57 -06:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2020-03-18 06:13:44 -05:00
|
|
|
|
2020-02-20 15:37:57 -06:00
|
|
|
<dependency>
|
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
|
<artifactId>logback-classic</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.activation</groupId>
|
|
|
|
<artifactId>activation</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.xml.bind</groupId>
|
|
|
|
<artifactId>jaxb-api</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
2020-03-23 18:30:35 -05:00
|
|
|
<!-- <dependency>-->
|
|
|
|
<!-- <groupId>com.github.docker-java</groupId>-->
|
|
|
|
<!-- <artifactId>docker-java-api</artifactId>-->
|
|
|
|
<!-- </dependency>-->
|
2020-02-20 15:37:57 -06:00
|
|
|
|
2020-03-23 18:30:35 -05:00
|
|
|
<!-- <dependency>-->
|
|
|
|
<!-- <groupId>com.github.docker-java</groupId>-->
|
|
|
|
<!-- <artifactId>docker-java-core</artifactId>-->
|
|
|
|
<!-- </dependency>-->
|
2020-02-20 15:37:57 -06:00
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>src/main/resources</directory>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
2020-03-03 13:22:31 -06:00
|
|
|
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
2020-05-05 01:09:16 -05:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<version>3.3.0</version>
|
|
|
|
<configuration>
|
|
|
|
<descriptors>
|
|
|
|
<descriptor>assembly.xml</descriptor>
|
|
|
|
</descriptors>
|
|
|
|
<archive>
|
|
|
|
<manifest>
|
|
|
|
<mainClass>io.nosqlbench.engine.cli.NBCLI</mainClass>
|
|
|
|
</manifest>
|
|
|
|
</archive>
|
|
|
|
</configuration>
|
2020-03-03 13:22:31 -06:00
|
|
|
<executions>
|
|
|
|
<execution>
|
2020-05-05 01:09:16 -05:00
|
|
|
<id>assemble-nb</id>
|
2020-03-03 13:22:31 -06:00
|
|
|
<phase>package</phase>
|
2020-03-23 18:30:35 -05:00
|
|
|
<goals>
|
2020-05-05 01:09:16 -05:00
|
|
|
<goal>single</goal>
|
2020-03-23 18:30:35 -05:00
|
|
|
</goals>
|
2020-03-03 13:22:31 -06:00
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2020-05-05 01:09:16 -05:00
|
|
|
|
|
|
|
<!-- <filters>-->
|
|
|
|
<!-- <filter>-->
|
|
|
|
<!-- <artifact>*:*</artifact>-->
|
|
|
|
<!-- <excludes>-->
|
|
|
|
<!-- <exclude>META-INF/*.SF</exclude>-->
|
|
|
|
<!-- <exclude>META-INF/*.DSA</exclude>-->
|
|
|
|
<!-- <exclude>META-INF/*.RSA</exclude>-->
|
|
|
|
<!-- </excludes>-->
|
|
|
|
<!-- </filter>-->
|
|
|
|
<!-- </filters>-->
|
|
|
|
|
2020-03-03 13:22:31 -06:00
|
|
|
<plugin>
|
2020-03-23 18:30:35 -05:00
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>exec-maven-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>link-nb-jar-name</id>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>exec</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<environmentVariables>
|
|
|
|
<NBJAR_VERSION>${project.version}</NBJAR_VERSION>
|
|
|
|
</environmentVariables>
|
|
|
|
<basedir>${project.basedir}</basedir>
|
|
|
|
<executable>${project.basedir}/nb-scripts/link-jar-name.sh</executable>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>build-static-guidebook</id>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>exec</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<basedir>${project.basedir}</basedir>
|
|
|
|
<executable>${project.basedir}/gendocs.sh</executable>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2020-03-03 13:22:31 -06:00
|
|
|
|
|
|
|
</plugins>
|
2020-02-20 15:37:57 -06:00
|
|
|
</build>
|
|
|
|
|
|
|
|
<profiles>
|
2020-03-23 18:30:35 -05:00
|
|
|
<profile>
|
|
|
|
<id>build-nb-appimage</id>
|
|
|
|
<activation>
|
|
|
|
<os>
|
|
|
|
<family>unix</family>
|
|
|
|
<name>linux</name>
|
|
|
|
<arch>amd64</arch>
|
|
|
|
</os>
|
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>exec-maven-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>build-nb-appimage</id>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>exec</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<basedir>${project.basedir}</basedir>
|
|
|
|
<executable>${project.basedir}/build-bin.sh</executable>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
2020-02-20 15:37:57 -06:00
|
|
|
<id>enforce</id>
|
|
|
|
<activation>
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
2020-03-23 18:30:35 -05:00
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
2020-02-20 15:37:57 -06:00
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
|
|
<configuration>
|
2020-03-23 18:30:35 -05:00
|
|
|
<rules>
|
2020-03-24 22:17:31 -05:00
|
|
|
<dependencyConvergence />
|
2020-03-23 18:30:35 -05:00
|
|
|
</rules>
|
2020-02-20 15:37:57 -06:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
|
|
|
|
|
|
|
|
</profiles>
|
|
|
|
|
|
|
|
|
|
|
|
</project>
|