Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
add proper names to some testsuite Maven modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladicek committed May 14, 2020
1 parent 420805a commit f85209f
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 1 deletion.
3 changes: 3 additions & 0 deletions testsuite/testsuite-buildtool/multi-module/api/pom.xml
Expand Up @@ -12,4 +12,7 @@

<artifactId>multi-module-api</artifactId>

<name>Test Suite: Buildtool: MultiModule tests: API</name>
<description>Test Suite: Buildtool: MultiModule tests: API</description>

</project>
3 changes: 3 additions & 0 deletions testsuite/testsuite-buildtool/multi-module/pom.xml
Expand Up @@ -11,6 +11,9 @@

<artifactId>multi-module-test</artifactId>

<name>Test Suite: Buildtool: MultiModule tests</name>
<description>Test Suite: Buildtool: MultiModule tests</description>

<modules>
<module>api</module>
<module>view</module>
Expand Down
3 changes: 3 additions & 0 deletions testsuite/testsuite-buildtool/multi-module/view/pom.xml
Expand Up @@ -11,6 +11,9 @@

<artifactId>multi-module-view</artifactId>

<name>Test Suite: Buildtool: MultiModule tests: View</name>
<description>Test Suite: Buildtool: MultiModule tests: View</description>

<packaging>war</packaging>

<dependencies>
Expand Down
3 changes: 3 additions & 0 deletions testsuite/testsuite-jaeger-microprofile-opentracing/pom.xml
Expand Up @@ -10,6 +10,9 @@

<artifactId>testsuite-jaeger-microprofile-opentracing</artifactId>

<name>Test Suite: Jaeger + MicroProfile OpenTracing</name>
<description>Test Suite: Jaeger + MicroProfile OpenTracing</description>

<dependencies>
<dependency>
<groupId>io.thorntail</groupId>
Expand Down
3 changes: 3 additions & 0 deletions testsuite/testsuite-jaeger-opentracing/pom.xml
Expand Up @@ -10,6 +10,9 @@

<artifactId>testsuite-jaeger-opentracing</artifactId>

<name>Test Suite: Jaeger + OpenTracing</name>
<description>Test Suite: Jaeger + OpenTracing</description>

<dependencies>
<dependency>
<groupId>io.thorntail</groupId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/testsuite-microprofile/pom.xml
Expand Up @@ -16,7 +16,7 @@
</parent>

<artifactId>testsuite-microprofile</artifactId>
<name>Test Suite: Integration tests for MicroProfile elements</name>
<name>Test Suite: MicroProfile</name>
<description>Test Suite: Tests to make sure MicroProfile fractions work well together</description>

<dependencies>
Expand Down

0 comments on commit f85209f

Please sign in to comment.