How to launch this kafka-ui in debug mode #1757
-
How to launch this kafka-ui in debug mode. [ERROR] Failed to execute goal on project kafka-ui-api: Could not resolve dependencies for project com.provectus:kafka-ui-api:jar:0.0.1-SNAPSHOT: Failed to collect dependencies at com.provectus:kafka-ui-contract:jar:0.0.1-SNAPSHOT: Failed to read artifact descriptor for com.provectus:kafka-ui-contract:jar:0.0.1-SNAPSHOT: com.provectus:kafka-ui:pom:${buildVersion} was not found in https://packages.confluent.io/maven/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of confluent has elapsed or updates are forced -> [Help 1] |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey, you should build the whole app first. |
Beta Was this translation helpful? Give feedback.
Hey, you should build the whole app first.
From the project root:
mvn -Dmaven.test.skip=true clean install
.After that you can run
spring-boot:run