You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Be careful, depending on how your publishing is configured, you sometimes need the last module to be deployed or nothing will be deployed. It's typically the case if you deploy at the end of the build.
What we recommend is to enable these modules only when you don't release.
Description
From quarkusio/quarkus#44810
Currently, some of the internal modules are being published to Maven Central.
Test, example, and parent modules should not be published to Maven Central.
The following snippet shows how this can be configured:
kubernetes-client/kubernetes-model-generator/openapi/maven-plugin/pom.xml
Lines 40 to 42 in 3b3ee5c
The text was updated successfully, but these errors were encountered: