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
I am looking to build all of the DMA-AIS modules locally for some testing with a research project. I have been able to build AisWeb and AisLib with instructions from here.
The issue I am having now is that when building AisVirtualNet it is trying to use cloudbees.com for the old repository. Is there a workaround I can try to continue working with these projects.
[INFO] Building AisVirtualNet common 0.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading from dma-releases: http://repository-dma.forge.cloudbees.com/release/dk/dma/web/dma-web-rest/0.1/dma-web-rest-0.1.pom
Downloading from dma-releases: http://repository-dma.forge.cloudbees.com/release/dk/dma/ais/lib/ais-lib-communication/2.1/ais-lib-communication-2.1.pom
Downloading from dma-releases: http://repository-dma.forge.cloudbees.com/release/dk/dma/commons/dma-commons-app/0.2/dma-commons-app-0.2.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] AisVirtualNet Parent ............................... SUCCESS [ 0.242 s]
[INFO] AisVirtualNet common ............................... FAILURE [ 0.726 s]
[INFO] AisVirtualNet transponder .......................... SKIPPED
[INFO] AisVirtualNet server ............................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.368 s
[INFO] Finished at: 2019-04-20T13:25:38-04:00
[INFO] Final Memory: 11M/205M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project ais-virtualnet-common: Could not resolve dependencies for project dk.dma.ais.virtualnet:ais-virtualnet-common:jar:0.3-SN
APSHOT: Failed to collect dependencies at dk.dma.web:dma-web-rest:jar:0.1: Failed to read artifact descriptor for dk.dma.web:dma-web-rest:jar:0.1: Could not trans
fer artifact dk.dma.web:dma-web-rest:pom:0.1 from/to dma-releases (http://repository-dma.forge.cloudbees.com/release/): repository-dma.forge.cloudbees.com: nodena
me nor servname provided, or not known: Unknown host repository-dma.forge.cloudbees.com: nodename nor servname provided, or not known -> [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 :ais-virtualnet-common
The text was updated successfully, but these errors were encountered:
I am looking to build all of the DMA-AIS modules locally for some testing with a research project. I have been able to build AisWeb and AisLib with instructions from here.
dma-ais/AisLib#48
The issue I am having now is that when building AisVirtualNet it is trying to use cloudbees.com for the old repository. Is there a workaround I can try to continue working with these projects.
The text was updated successfully, but these errors were encountered: