llpmk
May 30, 2019, 3:47am
1
Hello…
i’m using “Nexus Repository” for Download SNAP Library
develop language is JAVA(SNAP Program)
but last two week and now. still not working.
so i try to connect Repository Server below link. and get Error 503.
-> http://nexus.senbox.net/nexus/content/repositories/public/
is any alternative solution to download snap API?
Thanks in advance.
Hello,
there is a new repository.
Please use this one (https://github.com/senbox-org/snap-engine/blob/7fa6adb130ce0eac109b1c9976f150984a6f56e3/pom.xml#L726 ):
<repositories>
<repository>
<id>snap-repo-public</id>
<name>Public Maven Repository for SNAP</name>
<url>https://snap-build-server.tilaa.cloud/nexus/repository/snap-maven-public/</url>
<releases>
<enabled>true</enabled>
<checksumPolicy>warn</checksumPolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<checksumPolicy>warn</checksumPolicy>
</snapshots>
</repository>
</repositories>
The old one should actually still be there. But we moved with our office to a new location and therefore the server was not reachable.
Anyway, you should use the new repository. Sorry for the inconvenience.
llpmk
May 31, 2019, 8:27am
3
It works!
Thank you for your help.