Skip to content

Instantly share code, notes, and snippets.

@lhanson
Created February 8, 2019 18:33
Show Gist options
  • Save lhanson/84640e735a09dbc1ccf6af85284836f2 to your computer and use it in GitHub Desktop.
Save lhanson/84640e735a09dbc1ccf6af85284836f2 to your computer and use it in GitHub Desktop.
$ git rev-parse HEAD
3821ec1dffc6e19677fd2858d494b123be5c762d
$ mvn clean install -U
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] SoapUI project [pom]
[INFO] SoapUI [jar]
[INFO] SoapUI Maven plugin [maven-plugin]
[INFO] SoapUI installer [jar]
[INFO] SoapUI Maven plugin tester [pom]
[INFO] SoapUI system test [jar]
[INFO] soapui-testserver-api [jar]
[INFO]
[INFO] ----------------< com.smartbear.soapui:soapui-project >-----------------
[INFO] Building SoapUI project 5.5.0-SNAPSHOT [1/7]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ soapui-project ---
[INFO] Deleting /home/ldh/src/sandbox/soapui (includes = [*.log], excludes = [])
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-versions) @ soapui-project ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ soapui-project ---
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.15:check (animal-sniffer-check) @ soapui-project ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ soapui-project ---
[INFO] Installing /home/ldh/src/sandbox/soapui/pom.xml to /home/ldh/.cache/maven/com/smartbear/soapui/soapui-project/5.5.0-SNAPSHOT/soapui-project-5.5.0-SNAPSHOT.pom
[INFO]
[INFO] --------------------< com.smartbear.soapui:soapui >---------------------
[INFO] Building SoapUI 5.5.0-SNAPSHOT [2/7]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from smartbear-sweden-repository: http://www.soapui.org/repository/maven2/com/smartbear/utils/analytics/analytics-core/5.5.0-SNAPSHOT/maven-metadata.xml
Downloading from smartbear-sweden-repository: http://www.soapui.org/repository/maven2/com/smartbear/utils/analytics/analytics-core/5.5.0-SNAPSHOT/analytics-core-5.5.0-SNAPSHOT.pom
[WARNING] The POM for com.smartbear.utils.analytics:analytics-core:jar:5.5.0-SNAPSHOT is missing, no dependency information available
Downloading from smartbear-sweden-repository: http://www.soapui.org/repository/maven2/com/smartbear/utils/analytics/out-app-analytics-provider/5.5.0-SNAPSHOT/maven-metadata.xml
Downloading from smartbear-sweden-repository: http://www.soapui.org/repository/maven2/com/smartbear/utils/analytics/out-app-analytics-provider/5.5.0-SNAPSHOT/out-app-analytics-provider-5.5.0-SNAPSHOT.pom
[WARNING] The POM for com.smartbear.utils.analytics:out-app-analytics-provider:jar:5.5.0-SNAPSHOT is missing, no dependency information available
Downloading from smartbear-sweden-repository: http://www.soapui.org/repository/maven2/com/smartbear/utils/analytics/analytics-core/5.5.0-SNAPSHOT/analytics-core-5.5.0-SNAPSHOT.jar
Downloading from smartbear-sweden-repository: http://www.soapui.org/repository/maven2/com/smartbear/utils/analytics/out-app-analytics-provider/5.5.0-SNAPSHOT/out-app-analytics-provider-5.5.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for SoapUI project 5.5.0-SNAPSHOT:
[INFO]
[INFO] SoapUI project ..................................... SUCCESS [ 1.069 s]
[INFO] SoapUI ............................................. FAILURE [ 1.115 s]
[INFO] SoapUI Maven plugin ................................ SKIPPED
[INFO] SoapUI installer ................................... SKIPPED
[INFO] SoapUI Maven plugin tester ......................... SKIPPED
[INFO] SoapUI system test ................................. SKIPPED
[INFO] soapui-testserver-api .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.335 s
[INFO] Finished at: 2019-02-08T12:28:42-06:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project soapui: Could not resolve dependencies for project com.smartbear.soapui:soapui:jar:5.5.0-SNAPSHOT: The following artifacts could not be resolved: com.smartbear.utils.analytics:analytics-core:jar:5.5.0-SNAPSHOT, com.smartbear.utils.analytics:out-app-analytics-provider:jar:5.5.0-SNAPSHOT: Could not find artifact com.smartbear.utils.analytics:analytics-core:jar:5.5.0-SNAPSHOT in smartbear-sweden-repository (http://www.soapui.org/repository/maven2) -> [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/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :soapui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment