opensaml maven problems

Paul Hethmon paul.hethmon at clareitysecurity.com
Mon Oct 21 08:24:30 EDT 2013


Try 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>

Paul

From: Alistair Young <alistair.young at uhi.ac.uk<mailto:alistair.young at uhi.ac.uk>>
Reply-To: Shibboleth Dev <dev at shibboleth.net<mailto:dev at shibboleth.net>>
Date: Monday, October 21, 2013 8:21 AM
To: Shibboleth Dev <dev at shibboleth.net<mailto:dev at shibboleth.net>>
Subject: opensaml maven problems

I was wondering if I'm pointing to a bad repo or something but a project I'm trying to build can't read any opensaml dependencies. First opensaml-2.4.0.jar (zip corrupt). The developer sent me the opensaml jar he was using. That fixed the problem and created a new one, error reading openws-1.4.0.jar; cannot read zip file. Is there a 'standard' opensaml repo I can use?

thanks,

Alistair

--
mov eax,1
mov ebx,0
int 80h
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/dev/attachments/20131021/f806c017/attachment.html 


More information about the dev mailing list