|
| 1 | +[INFO] Scanning for projects... |
| 2 | +[INFO] Inspecting build with total of 8 modules... |
| 3 | +[INFO] Installing Nexus Staging features: |
| 4 | +[INFO] ... total of 8 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin |
| 5 | +[INFO] ------------------------------------------------------------------------ |
| 6 | +[INFO] Reactor Build Order: |
| 7 | +[INFO] |
| 8 | +[INFO] rosette-api-java-binding [pom] |
| 9 | +[INFO] rosette-api-annotations [jar] |
| 10 | +[INFO] rosette-api-model [jar] |
| 11 | +[INFO] rosette-api-json [jar] |
| 12 | +[INFO] rosette-api-common [jar] |
| 13 | +[INFO] rosette-api [jar] |
| 14 | +[INFO] rosette-api-examples [jar] |
| 15 | +[INFO] rosette-api-release [pom] |
| 16 | +[INFO] |
| 17 | +[INFO] -----------< com.basistech.rosette:rosette-api-java-binding >----------- |
| 18 | +[INFO] Building rosette-api-java-binding 1.20.0-SNAPSHOT [1/8] |
| 19 | +[INFO] --------------------------------[ pom ]--------------------------------- |
| 20 | +[INFO] |
| 21 | +[INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ rosette-api-java-binding --- |
| 22 | +[INFO] com.basistech.rosette:rosette-api-java-binding:pom:1.20.0-SNAPSHOT |
| 23 | +[INFO] |
| 24 | +[INFO] -----------< com.basistech.rosette:rosette-api-annotations >------------ |
| 25 | +[INFO] Building rosette-api-annotations 1.20.0-SNAPSHOT [2/8] |
| 26 | +[INFO] --------------------------------[ jar ]--------------------------------- |
| 27 | +[INFO] |
| 28 | +[INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ rosette-api-annotations --- |
| 29 | +[INFO] com.basistech.rosette:rosette-api-annotations:jar:1.20.0-SNAPSHOT |
| 30 | +[INFO] +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.6:provided |
| 31 | +[INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.6:provided |
| 32 | +[INFO] | \- com.fasterxml.jackson.core:jackson-core:jar:2.9.6:provided |
| 33 | +[INFO] +- com.squareup:javapoet:jar:1.9.0:provided |
| 34 | +[INFO] \- org.projectlombok:lombok:jar:1.16.18:provided |
| 35 | +[INFO] |
| 36 | +[INFO] --------------< com.basistech.rosette:rosette-api-model >--------------- |
| 37 | +[INFO] Building rosette-api-model 1.20.0-SNAPSHOT [3/8] |
| 38 | +[INFO] --------------------------------[ jar ]--------------------------------- |
| 39 | +[INFO] ------------------------------------------------------------------------ |
| 40 | +[INFO] Reactor Summary for rosette-api-java-binding 1.20.0-SNAPSHOT: |
| 41 | +[INFO] |
| 42 | +[INFO] rosette-api-java-binding ........................... SUCCESS [ 0.481 s] |
| 43 | +[INFO] rosette-api-annotations ............................ SUCCESS [ 0.027 s] |
| 44 | +[INFO] rosette-api-model .................................. FAILURE [ 0.023 s] |
| 45 | +[INFO] rosette-api-json ................................... SKIPPED |
| 46 | +[INFO] rosette-api-common ................................. SKIPPED |
| 47 | +[INFO] rosette-api ........................................ SKIPPED |
| 48 | +[INFO] rosette-api-examples ............................... SKIPPED |
| 49 | +[INFO] rosette-api-release ................................ SKIPPED |
| 50 | +[INFO] ------------------------------------------------------------------------ |
| 51 | +[INFO] BUILD FAILURE |
| 52 | +[INFO] ------------------------------------------------------------------------ |
| 53 | +[INFO] Total time: 1.132 s |
| 54 | +[INFO] Finished at: 2021-12-17T15:10:02-06:00 |
| 55 | +[INFO] ------------------------------------------------------------------------ |
| 56 | +[ERROR] Failed to execute goal on project rosette-api-model: Could not resolve dependencies for project com.basistech.rosette:rosette-api-model:jar:1.20.0-SNAPSHOT: Failure to find com.basistech.rosette:rosette-api-annotations:jar:1.20.0-SNAPSHOT in http://nexus.basistech.net/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of Nexus has elapsed or updates are forced -> [Help 1] |
| 57 | +[ERROR] |
| 58 | +[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. |
| 59 | +[ERROR] Re-run Maven using the -X switch to enable full debug logging. |
| 60 | +[ERROR] |
| 61 | +[ERROR] For more information about the errors and possible solutions, please read the following articles: |
| 62 | +[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException |
| 63 | +[ERROR] |
| 64 | +[ERROR] After correcting the problems, you can resume the build with the command |
| 65 | +[ERROR] mvn <args> -rf :rosette-api-model |
0 commit comments