rename activitytype modules to driver modules

This commit is contained in:
Jonathan Shook 2020-05-05 11:27:31 -05:00
parent 1a74499307
commit 2a93ac4987
189 changed files with 22 additions and 22 deletions

View File

@ -31,7 +31,7 @@ naming conventions have been adopted:
- All packages within a module start with `io.nosqlbench`, followed by the module name,
with hyphens converted to dots. For example, the 'engine-api' module contains
packages in `io.nosqlbench.engine.api`.
- Modules which implement activity types (high-level protocol drivers) are named `activitytype-...`.
- Modules which implement activity types (high-level protocol drivers) are named `driver-...`.
- Modules which provide procedural data generation support are named `virtdata-...`.
- Modules which provide core runtime logic are named `engine-...`.
- Project-wide maven defaults are contained in the mvn-defaults module.

View File

@ -8,7 +8,7 @@
<relativePath>../mvn-defaults</relativePath>
</parent>
<artifactId>activitytype-cql</artifactId>
<artifactId>driver-cql</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>

Some files were not shown because too many files have changed in this diff Show More