-
Notifications
You must be signed in to change notification settings - Fork 98
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
Build Issues #54
Comments
The dependencies needed for building AisLib have been added to maven central. |
According to this public build https://travis-ci.org/dma-ais/AisLib it should be possible to do a clean build. |
Absolutely! |
Thank you! |
Build succeeded! Thank you! |
great 👍 |
Today I downloaded and attempted to compile and got the error you see in the screenshot I took. Following the advice of the admin here:
#48
I am able to compile without issue using the following commands...
git clone https://github.com/dma-dk/dma-developers.git
cd dma-developers/rootpom/
mvn clean install -DskipTests
cd ../..
git clone https://github.com/dma-enav/e-Navigation.git
cd e-Navigation/
mvn clean install -DskipTests
cd ..
git clone https://github.com/dma-dk/dma-commons.git
cd dma-commons/
mvn clean install -DskipTests
cd ..
git clone https://github.com/kaspernielsen/codegen.git
cd codegen
mvn clean install -DskipTests
cd ..
git clone https://github.com/MaritimeConnectivityPlatform/MaritimeCloud.git
cd MaritimeCloud
sed -i 's/0.1/0.8-SNAPSHOT/' mc-msdl/mc-msdl-javagenerator/pom.xml
mvn clean install -DskipTests
cd ..
git clone https://github.com/dma-ais/AisLib.git
cd AisLib/
mvn clean install -DskipTests
Is there still an issue with the artifacts for this project? I'm on Centos 7.6 and I'm running maven v3.6.2.
The text was updated successfully, but these errors were encountered: