Skip to content

Commit e5eb8bc

Browse files
Add missing name to submodules
1 parent ae3b00d commit e5eb8bc

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

jmeter-java-dsl-graphql/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</parent>
1212

1313
<artifactId>jmeter-java-dsl-graphql</artifactId>
14+
<name>${project.artifactId}</name>
1415
<description>Module which includes test elements to simplify generating GraphQL requests.
1516
</description>
1617

jmeter-java-dsl-jdbc/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</parent>
1212

1313
<artifactId>jmeter-java-dsl-jdbc</artifactId>
14+
<name>${project.artifactId}</name>
1415
<description>Module which includes test elements to interact with SQL databases through JDBC
1516
drivers.
1617
</description>

jmeter-java-dsl-prometheus/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>jmeter-java-dsl-prometheus</artifactId>
13+
<name>${project.artifactId}</name>
1314

1415
<repositories>
1516
<repository>

0 commit comments

Comments
 (0)