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
While trying to build AisAnalysis with maven, using the following command:
mvn clean install
I encountered some errors about the repository for parent pom project not being available:
[INFO] Scanning for projects...
Downloading from dma-releases: http://repository-dma.forge.cloudbees.com/release/dk/dma/dma-root-pom/21/dma-root-pom-21.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for dk.dma.ais.analysis:ais-analysis-parent:0.1-SNAPSHOT: Could not transfer artifact dk.dma:dma-root-pom:pom:21 from/to dma-releases (http://repository-dma.forge.cloudbees.com/release/): repository-dma.forge.cloudbees.com: Name or service not known and 'parent.relativePath' points at wrong local POM @ line 4, column 11
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project dk.dma.ais.analysis:ais-analysis-parent:0.1-SNAPSHOT (/AisAnalysis/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for dk.dma.ais.analysis:ais-analysis-parent:0.1-SNAPSHOT: Could not transfer artifact dk.dma:dma-root-pom:pom:21 from/to dma-releases (http://repository-dma.forge.cloudbees.com/release/): repository-dma.forge.cloudbees.com: Name or service not known and 'parent.relativePath' points at wrong local POM @ line 4, column 11: Unknown host repository-dma.forge.cloudbees.com: Name or service not known -> [Help 2]
[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/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
The text was updated successfully, but these errors were encountered:
While trying to build AisAnalysis with maven, using the following command:
mvn clean install
I encountered some errors about the repository for parent pom project not being available:
[INFO] Scanning for projects...
Downloading from dma-releases: http://repository-dma.forge.cloudbees.com/release/dk/dma/dma-root-pom/21/dma-root-pom-21.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for dk.dma.ais.analysis:ais-analysis-parent:0.1-SNAPSHOT: Could not transfer artifact dk.dma:dma-root-pom:pom:21 from/to dma-releases (http://repository-dma.forge.cloudbees.com/release/): repository-dma.forge.cloudbees.com: Name or service not known and 'parent.relativePath' points at wrong local POM @ line 4, column 11
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project dk.dma.ais.analysis:ais-analysis-parent:0.1-SNAPSHOT (/AisAnalysis/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for dk.dma.ais.analysis:ais-analysis-parent:0.1-SNAPSHOT: Could not transfer artifact dk.dma:dma-root-pom:pom:21 from/to dma-releases (http://repository-dma.forge.cloudbees.com/release/): repository-dma.forge.cloudbees.com: Name or service not known and 'parent.relativePath' points at wrong local POM @ line 4, column 11: Unknown host repository-dma.forge.cloudbees.com: Name or service not known -> [Help 2]
[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/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
The text was updated successfully, but these errors were encountered: