distributions-serviceprovider no longer published to opendaylight.snapshot


Tomas Olvecky <tolvecky@...>
 

Hi,
Since January 23th I don't see any new releases of following artifact in ODL nexus:
<dependency>
<groupId>org.opendaylight.integration</groupId>
<artifactId>distributions-serviceprovider</artifactId>
<version>0.1.0-SNAPSHOT</version>
<classifier>osgipackage</classifier>
<type>zip</type>
</dependency>

Is it bug or is it intentional? I am aware that I could download the artifact from jenkins URL
https://jenkins.opendaylight.org/integration/view/Integration%20jobs/job/integration-project-centralized-integration/lastSuccessfulBuild/artifact/distributions/serviceprovider/target/distributions-serviceprovider-0.1.0-SNAPSHOT-osgipackage.zip
but there are issues with the link: first, the certificate is not trusted and plain http redirects to https. Also, maven/nexus provides caching out of box and I need to download the artifact via maven.

regards, Tomas