Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jakartaee-platform-dev] Our Platform TCK groupId is currently using `jakartatck`, should we change to `jakarta.tck`?

https://github.com/jakartaee/platform-tck/blob/tckrefactor/pom.xml currently has:
"
<parent>
        <groupId>org.eclipse.ee4j</groupId>
        <artifactId>project</artifactId>
        <version>1.0.7</version>
 </parent>

<groupId>jakartatck</groupId>
"

Since the parent pom already mentions `ee` it seems okay to me that the Platform TCK uses groupId=jakartatck currently.  But a better name (<groupId>jakarta.tck</groupId>) is suggested by Scott Stark on helpdesk ticket https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/4237#note_1705985 which I gave my +1 to on the issue.

Should we change the Platform TCK from groupdId `jakartatck` to `jakarta.tck`?

Scott

Back to the top