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
Hello, I am trying to compile the project with maven, however the project throws me the following error:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (default-test) on project kafka-auth-aws-iam: There are test failures.
[MISTAKE]
[ERROR] Please refer to C:\Users\001244655\Desktop\kafka-auth-aws-iam-master\target\surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
[MISTAKE]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[MISTAKE]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
I am executing them in an environment with the following characteristics:
Looking for information about the error, they suggest skipping the tests with the conflicting plugin, but this seems like a bad practice, I also tried to update it but the conflict continues, do you know where the problem could be?
Thank you very much.
The text was updated successfully, but these errors were encountered:
Hello, I am trying to compile the project with maven, however the project throws me the following error:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (default-test) on project kafka-auth-aws-iam: There are test failures.
[MISTAKE]
[ERROR] Please refer to C:\Users\001244655\Desktop\kafka-auth-aws-iam-master\target\surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
[MISTAKE]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[MISTAKE]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
I am executing them in an environment with the following characteristics:
Operating system: Windows 10
Java version: java 19.0.1 2022-10-18
Maven version: apache-maven-3.8.6
Looking for information about the error, they suggest skipping the tests with the conflicting plugin, but this seems like a bad practice, I also tried to update it but the conflict continues, do you know where the problem could be?
Thank you very much.
The text was updated successfully, but these errors were encountered: