-
Notifications
You must be signed in to change notification settings - Fork 2
Build failure: Missing dependencies #3
Description
@barbeau as requested, here is the issue...
The title says it all...
Here is the console log from Maven (I would have formatted it as code, but Markdown removes carriage returns when code is displayed...)
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.onebusaway:onebusaway-service-alerts-core:jar:0.0.1-SNAPSHOT
[WARNING] Reporting configuration should be done in section, not in maven-site-plugin as reportPlugins parameter.
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.onebusaway:onebusaway-service-alerts-webapp:war:0.0.1-SNAPSHOT
[WARNING] Reporting configuration should be done in section, not in maven-site-plugin as reportPlugins parameter.
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.onebusaway:onebusaway-service-alerts:pom:0.0.1-SNAPSHOT
[WARNING] Reporting configuration should be done in section, not in maven-site-plugin as reportPlugins parameter.
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] onebusaway-service-alerts [pom]
[INFO] onebusaway-service-alerts-core [jar]
[INFO] onebusaway-service-alerts-webapp [war]
[INFO]
[INFO] --------------< org.onebusaway:onebusaway-service-alerts >--------------
[INFO] Building onebusaway-service-alerts 0.0.1-SNAPSHOT [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] -----------< org.onebusaway:onebusaway-service-alerts-core >------------
[INFO] Building onebusaway-service-alerts-core 0.0.1-SNAPSHOT [2/3]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from mvnrepository: http://repo.boundlessgeo.com/main/org/onebusaway/onebusaway-siri-core/0.1.0-SNAPSHOT/maven-metadata.xml
Downloading from snapshots.developer.onebusaway.org: http://developer.onebusaway.org/maven/snapshot-repository/org/onebusaway/onebusaway-siri-core/0.1.0-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata org.onebusaway:onebusaway-siri-core:0.1.0-SNAPSHOT/maven-metadata.xml from/to mvnrepository (http://repo.boundlessgeo.com/main/): repo.boundlessgeo.com: Name or service not known
[WARNING] Failure to transfer org.onebusaway:onebusaway-siri-core:0.1.0-SNAPSHOT/maven-metadata.xml from http://repo.boundlessgeo.com/main/ was cached in the local repository, resolution will not be reattempted until the update interval of mvnrepository has elapsed or updates are forced. Original error: Could not transfer metadata org.onebusaway:onebusaway-siri-core:0.1.0-SNAPSHOT/maven-metadata.xml from/to mvnrepository (http://repo.boundlessgeo.com/main/): repo.boundlessgeo.com: Name or service not known
Downloading from mvnrepository: http://repo.boundlessgeo.com/main/org/onebusaway/onebusaway-siri-core/0.1.0-SNAPSHOT/onebusaway-siri-core-0.1.0-SNAPSHOT.pom
Downloading from snapshots.developer.onebusaway.org: http://developer.onebusaway.org/maven/snapshot-repository/org/onebusaway/onebusaway-siri-core/0.1.0-SNAPSHOT/onebusaway-siri-core-0.1.0-SNAPSHOT.pom
Downloading from mvnrepository: http://repo.boundlessgeo.com/main/org/onebusaway/onebusaway-transit-data/0.2.0-SNAPSHOT/maven-metadata.xml
Downloading from snapshots.developer.onebusaway.org: http://developer.onebusaway.org/maven/snapshot-repository/org/onebusaway/onebusaway-transit-data/0.2.0-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata org.onebusaway:onebusaway-transit-data:0.2.0-SNAPSHOT/maven-metadata.xml from/to mvnrepository (http://repo.boundlessgeo.com/main/): repo.boundlessgeo.com
[WARNING] Failure to transfer org.onebusaway:onebusaway-transit-data:0.2.0-SNAPSHOT/maven-metadata.xml from http://repo.boundlessgeo.com/main/ was cached in the local repository, resolution will not be reattempted until the update interval of mvnrepository has elapsed or updates are forced. Original error: Could not transfer metadata org.onebusaway:onebusaway-transit-data:0.2.0-SNAPSHOT/maven-metadata.xml from/to mvnrepository (http://repo.boundlessgeo.com/main/): repo.boundlessgeo.com
Downloading from mvnrepository: http://repo.boundlessgeo.com/main/org/onebusaway/onebusaway-transit-data/0.2.0-SNAPSHOT/onebusaway-transit-data-0.2.0-SNAPSHOT.pom
Downloading from snapshots.developer.onebusaway.org: http://developer.onebusaway.org/maven/snapshot-repository/org/onebusaway/onebusaway-transit-data/0.2.0-SNAPSHOT/onebusaway-transit-data-0.2.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for onebusaway-service-alerts 0.0.1-SNAPSHOT:
[INFO]
[INFO] onebusaway-service-alerts .......................... SUCCESS [ 0.010 s]
[INFO] onebusaway-service-alerts-core ..................... FAILURE [ 1.625 s]
[INFO] onebusaway-service-alerts-webapp ................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.400 s
[INFO] Finished at: 2020-05-13T21:09:38Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project onebusaway-service-alerts-core: Could not resolve dependencies for project org.onebusaway:onebusaway-service-alerts-core:jar:0.0.1-SNAPSHOT: Failed to collect dependencies at org.onebusaway:onebusaway-siri-core:jar:0.1.0-SNAPSHOT: Failed to read artifact descriptor for org.onebusaway:onebusaway-siri-core:jar:0.1.0-SNAPSHOT: Could not transfer artifact org.onebusaway:onebusaway-siri-core:pom:0.1.0-SNAPSHOT from/to mvnrepository (http://repo.boundlessgeo.com/main/): repo.boundlessgeo.com: Unknown host repo.boundlessgeo.com -> [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 -rf :onebusaway-service-alerts-core