Skip to content

Commit

Permalink
Minor Maven pom fixes that propagate to the public apidocs pages (#636)
Browse files Browse the repository at this point in the history
* Remove redundant groupId definition from pom files; format.

* Fix messy maven module human-readable names; especially one in api pom which propagates to apidocs.

---------

Co-authored-by: Emily Jiang <[email protected]>
  • Loading branch information
rhusar and Emily-Jiang authored Jul 4, 2024
1 parent 998e631 commit 9e2e3af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@
<properties>
<bnd.version>5.0.0</bnd.version>
</properties>
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>

<artifactId>microprofile-fault-tolerance-api</artifactId>
<version>4.2-SNAPSHOT</version>
<name>microProfile-fault-tolerance-api</name>
<name>MicroProfile Fault Tolerance API</name>
<description>Fault Tolerance APIs for MicroProfile :: API</description>

<dependencies>
<dependency>
<groupId>jakarta.enterprise</groupId>
Expand Down
5 changes: 3 additions & 2 deletions tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,19 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<!-- This is just for now and will not work if the API has a separate release
<!-- This is just for now and will not work if the API has a separate release
cycle than the rest. -->
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
<artifactId>microprofile-fault-tolerance-parent</artifactId>
<version>4.2-SNAPSHOT</version>
</parent>

<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
<artifactId>microprofile-fault-tolerance-tck</artifactId>
<version>4.2-SNAPSHOT</version>
<name>MicroProfile Fault Tolerance TCK</name>

<description>Fault Tolerance for MicroProfile :: TCK</description>

<properties>
<checkstyle.methodNameFormat>^_?[a-z][a-zA-Z0-9_]*$</checkstyle.methodNameFormat>
<microprofile-config-api.version>3.1</microprofile-config-api.version>
Expand Down

0 comments on commit 9e2e3af

Please sign in to comment.