Skip to content

Instantly share code, notes, and snippets.

Created September 2, 2014 22:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/383c2ac0e9279021f99c to your computer and use it in GitHub Desktop.
Save anonymous/383c2ac0e9279021f99c to your computer and use it in GitHub Desktop.
[~/work/integration/features]
cent56 $ mvn clean install
(snip)
Results :
Tests in error:
Error resolving artifact org.opendaylight.controller:netconf-auth:jar:0.2.5-SNAPSHOT: Could not find artifact org.opendaylight.controller:netconf-auth:jar:0.2.5-SNAPSHOT in defaultlocal (file:/home/hideyuki/.m2/repository/)
Error resolving artifact org.opendaylight.controller:netconf-auth:jar:0.2.5-SNAPSHOT: Could not find artifact org.opendaylight.controller:netconf-auth:jar:0.2.5-SNAPSHOT in defaultlocal (file:/home/hideyuki/.m2/repository/)
Error resolving artifact org.opendaylight.controller:netconf-auth:jar:0.2.5-SNAPSHOT: Could not find artifact org.opendaylight.controller:netconf-auth:jar:0.2.5-SNAPSHOT in defaultlocal (file:/home/hideyuki/.m2/repository/)
Error resolving artifact org.opendaylight.controller:netconf-auth:jar:0.2.5-SNAPSHOT: Could not find artifact org.opendaylight.controller:netconf-auth:jar:0.2.5-SNAPSHOT in defaultlocal (file:/home/hideyuki/.m2/repository/)
Tests run: 4, Failures: 0, Errors: 4, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:28.553s
[INFO] Finished at: Tue Sep 02 14:46:53 EDT 2014
[INFO] Final Memory: 54M/130M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project features-integration: There are test failures.
[ERROR]
[ERROR] Please refer to /home/hideyuki/work/integration/features/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[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.
[ERROR]
[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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment