Push 2.6.0 to maven central?

Ian Young ian at iay.org.uk
Fri Jul 26 05:12:29 EDT 2013


On 26 Jul 2013, at 09:50, David Karlsen <davidkarlsen at gmail.com> wrote:

> I noticed the latest 2.6.0 release is not available on central like the previous releases:
> http://repo1.maven.org/maven2/org/opensaml/opensaml/
> would you care to push it out?

The project doesn't push releases to Maven Central, as described here:

   https://wiki.shibboleth.net/confluence/display/DEV/Use+of+Maven+Central

Any releases you find in Maven Central were not put there by the Shibboleth project but by someone else.  They may be fine, they may not; using the artifacts in Maven Central is at your own risk.

The Shibboleth project has its own repository:

   https://build.shibboleth.net/nexus/

You'll need this in your POM:

    <repositories>
        <repository>
            <id>shib-release</id>
            <url>https://build.shibboleth.net/nexus/content/groups/public</url>
            <snapshots>
                <enabled>false</enabled>
            </snapshots>
        </repository>
        <repository>
            <id>shib-snapshot</id>
            <url>https://build.shibboleth.net/nexus/content/repositories/snapshots</url>
            <releases>
                <enabled>false</enabled>
            </releases>
        </repository>
    </repositories>

Hope that helps,

	-- Ian

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/dev/attachments/20130726/b2a318d5/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4813 bytes
Desc: not available
Url : http://shibboleth.net/pipermail/dev/attachments/20130726/b2a318d5/attachment-0001.bin 


More information about the dev mailing list