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

Missing POM for classgraph #1199

Closed
maggu2810 opened this issue Nov 11, 2019 · 4 comments
Closed

Missing POM for classgraph #1199

maggu2810 opened this issue Nov 11, 2019 · 4 comments

Comments

@maggu2810
Copy link
Contributor

#1171 adds a dependency for io.github.classgraph
See: https://github.com/openhab/openhab-core/pull/1171/files#diff-37e64aa44887fdcc310e981bf89ada3aR103-R107

The Maven repository contains only the JAR file but misses the POM:
https://openhab.jfrog.io/openhab/libs-release/org/eclipse/orbit/bundles/io.github.classgraph/4.8.35.v20190528-1517/

Because of this the Eclipse IDE Error Log is filled with messages like this:

eclipse.buildId=4.13.0.I20190916-1045
java.version=1.8.0_202
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.java.product
Command-line arguments:  -os linux -ws gtk -arch x86_64 -debug -consoleLog -product org.eclipse.epp.package.java.product

org.eclipse.m2e.logback.appender
Warning
Mon Nov 11 11:38:16 CET 2019
The POM for org.eclipse.orbit.bundles:io.github.classgraph:jar:4.8.35.v20190528-1517 is missing, no dependency information available

Can you publish a valid POM file for the JAR file to the maven repo, too?

@wborn
Copy link
Member

wborn commented Nov 11, 2019

I've created a io.github.classgraph-4.8.35.v20190528-1517.pom based on the POM in Maven Central which should stop these errors in Eclipse. The artifact doesn't have any dependencies. Maybe @J-N-K or @kaikreuzer can add it to the repo?

@maggu2810
Copy link
Contributor Author

Any change to get the POM into the Maven repository soon?

@J-N-K
Copy link
Member

J-N-K commented Nov 15, 2019

Done. Completely lost that, sorry.

@maggu2810
Copy link
Contributor Author

Thank you @J-N-K and @wborn

Rosi2143 pushed a commit to Rosi2143/openhab-core that referenced this issue Dec 26, 2020
* adjust to new bundle handling
* Add explanation for Karaf feature

Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
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

3 participants