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
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"
The text was updated successfully, but these errors were encountered:
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?
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"
The text was updated successfully, but these errors were encountered: