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

Maven pom is not correct for org.eclipse.jetty/infinispan-embedded and org.eclipse.jetty/infinispan-remote #8540

Closed
MoonLord-LM opened this issue Sep 2, 2022 · 2 comments
Labels
Bug For general bugs on Jetty side

Comments

@MoonLord-LM
Copy link
Contributor

MoonLord-LM commented Sep 2, 2022

Jetty version(s)
10.0.x
11.0.x
12.0.x

Java version/vendor

OS type/version

Description
【org.eclipse.jetty/infinispan-embedded】
【org.eclipse.jetty/infinispan-remote】

404 Not Found:
https://repo1.maven.org/maven2/org/eclipse/jetty/infinispan-embedded/10.0.11/infinispan-embedded-10.0.11.jar
https://repo1.maven.org/maven2/org/eclipse/jetty/infinispan-remote/10.0.11/infinispan-remote-10.0.11.jar

These projects are not 【 <packaging>jar</packaging> 】 but 【<packaging>pom</packaging>】.
These should be marked as 【<type>pom</type>】,like other things.
Such as 【<type>war</type>】 and 【<type>zip</type>】.

https://github.com/eclipse/jetty.project/blob/jetty-10.0.x/jetty-infinispan/infinispan-embedded/pom.xml
https://github.com/eclipse/jetty.project/blob/jetty-10.0.x/jetty-infinispan/infinispan-remote/pom.xml

How to reproduce?

@MoonLord-LM MoonLord-LM added the Bug For general bugs on Jetty side label Sep 2, 2022
@MoonLord-LM
Copy link
Contributor Author

I will fix this.

@olamy olamy closed this as completed in df2826f Sep 3, 2022
@joakime joakime changed the title Maven pom is not correct for 【org.eclipse.jetty/infinispan-embedded】 and 【org.eclipse.jetty/infinispan-remote】 Maven pom is not correct for org.eclipse.jetty/infinispan-embedded and org.eclipse.jetty/infinispan-remote Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For general bugs on Jetty side
Projects
None yet
Development

No branches or pull requests

1 participant