minor pom cleanups

This commit is contained in:
Jonathan Shook 2021-02-04 17:46:49 -06:00
parent 9b445ef52a
commit 04c64861cd
2 changed files with 9 additions and 11 deletions

View File

@ -1,7 +1,8 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>mvn-defaults</artifactId>
<groupId>io.nosqlbench</groupId>
@ -12,6 +13,7 @@
<artifactId>driver-http</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>
A HTTP nosqlbench ActivityType (AT) driver module;
This provides the ability to generate HTTP requests with nosqlbench

14
pom.xml
View File

@ -19,14 +19,11 @@
<modules>
<!-- project level defaults -->
<!-- CORE MODULES -->
<module>mvn-defaults</module>
<!-- web apps and service hooks -->
<module>docsys</module>
<module>nb</module>
<module>nb-api</module>
<module>nb-annotations</module>
<!-- engine modules -->
<module>engine-api</module>
<module>engine-core</module>
<module>engine-extensions</module>
@ -35,12 +32,8 @@
<module>engine-cli</module>
<module>engine-rest</module>
<module>engine-clients</module>
<module>drivers-api</module>
<!-- a binary (appimage) build option for nb -->
<module>nb</module>
<!-- driver modules -->
<module>driver-diag</module>
<module>driver-stdout</module>
@ -69,6 +62,9 @@
<module>virtdata-userlibs</module>
<!-- Documentation -->
<module>docsys</module>
</modules>
<profiles>