We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The tck module is not overriding the groupId if the org.eclipse.ee4j. This does not seem like a valid groupId for a tck.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
The tck module is not overriding the groupId if the org.eclipse.ee4j. This does not seem like a valid groupId for a tck.
The text was updated successfully, but these errors were encountered: