Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tck is using org.eclipse.ee4j as groupId #270

Open
starksm64 opened this issue Jan 29, 2025 · 1 comment
Open

tck is using org.eclipse.ee4j as groupId #270

starksm64 opened this issue Jan 29, 2025 · 1 comment

Comments

@starksm64
Copy link
Contributor

The tck module is not overriding the groupId if the org.eclipse.ee4j. This does not seem like a valid groupId for a tck.

@starksm64
Copy link
Contributor Author

The current platform-tck release is expecting a jakarta.tck groupId:

                    <execution>
                        <id>install-pages-platform-tck</id>
                        <phase>package</phase>
                        <goals>
                            <goal>install-file</goal>
                        </goals>
                        <configuration>
                            <groupId>jakarta.tck</groupId>
                            <artifactId>pages-platform-tck</artifactId>
                            <version>${project.version}</version>
                            <packaging>jar</packaging>
                            <file>pages-platform-tck-${project.version}.jar</file>
                            <generatePom>false</generatePom>
                        </configuration>
                    </execution>

We will also need a release of the tck staged to include in the candidate platform tck release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant