Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AisAnalysis is not building #1

Open
hanserik opened this issue Jul 3, 2019 · 1 comment
Open

AisAnalysis is not building #1

hanserik opened this issue Jul 3, 2019 · 1 comment

Comments

@hanserik
Copy link

hanserik commented Jul 3, 2019

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

@kaspernielsen
Copy link
Contributor

Unfortunately http://repository-dma.forge.cloudbees.com/release/ does not exist anymore.

So you need you probably need to build the dependencies listed in https://github.com/dma-ais/AisAnalysis/blob/master/pom.xml yourself

https://github.com/dma-dk/dma-commons/releases/tag/v0.1
https://github.com/dma-enav/e-Navigation/releases/tag/v0.3
https://github.com/dma-ais/AisLib/releases/tag/v2.1

These may have their own dependencies. So could be non-trivial

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants