-
Notifications
You must be signed in to change notification settings - Fork 37
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
tomcat-core artifacts missing from Maven Central #36
Comments
Hi @bkoehm , |
closing this one. please send your further questions to https://groups.google.com/forum/#!forum/hazelcast |
Is the uberJar available from Maven Central? One could think that this is the uberJar for Tomcat 8, but it is not. It also has a dependency (tomcat-core) which does not exist, which can cause some really unnecessary headache for users (us). I believe this is the same issue that @bkoehm had. Why is the broken artifact deployed to Maven? And how can I find the uberJar in Maven Central? EDIT: Only snapshots seems to be deployed for tomcat-core (see here). |
The artifact is not broken. I agree with making it more user friendly for people using it via Maven though, so I'm reopening the issue. |
Just curious to why it is deployed at all if its not intended to be used. :)
An example of where it would be useful with 100% Maven support: Building a
Docker-image with our application and all of its dependencies. We can use
Maven to make sure we get all the right artifacts, however, this is where
we get the problem.
Thanks for re-opening!
|
@anton-johansson I think I understand the cause of confusion better now. The artifact is indeed an uber JAR but its |
Allright. Since you can't overwrite artifacts in Central, I assume we'll wait for the next release. :) An alternative would be to deploy empty |
@mesutcelik suggested that you might try excluding the |
Ahh, of course, that should work. Thanks! |
http://central.maven.org/maven2/com/hazelcast/hazelcast-tomcat-sessionmanager/1.1.2/ is present, but the tomcat-core dependencies are missing in central.maven.org.
The text was updated successfully, but these errors were encountered: