kafka-java-vertx-starter icon indicating copy to clipboard operation
kafka-java-vertx-starter copied to clipboard

cert error

Open Arpey opened this issue 4 years ago • 1 comments

when i run mvn package, failure with error as below, win10, what shoud i do

Expected: is "/kafka/config/user.jks" but: was "D:\kafka\config\user.jks" [ERROR] MainTest.testConfigConvertsTruststoreToAbsolute:63 Expected: is "/kafka/config/cert.jks" but: was "D:\kafka\config\cert.jks"

Arpey avatar Aug 04 '21 00:08 Arpey

You can run mvn package -DskipTests if you want to build without running tests - are you making changes to the code or do you just want to build the app?

its-dave avatar Sep 22 '21 09:09 its-dave