-
|
I have a Maven build that somewhere deep in its dependency tree is depending on Is this intentional? Am I doing something wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi |
Beta Was this translation helpful? Give feedback.
Hi
Yes it's intentional. We don't really want to publish everything to Maven Central (few others are skipped) as some of them are really for testing purpose only.
You can download the sources and build it if needed but there is no usage for runtime usage.
Out of my curiosity what is your usage exactly to need this?