I am getting some compilation errors while trying to build the WSAS Java implementation with Mavan. It looks like some dependencies are not available in the mavan repository,
[INFO] Unable to find resource 'opensaml:opensaml:pom:1.1' in repository apache- ws-snapshots2 (http://ws.zones.apache.org/repository2/) Downloading: http://repo1.maven.org/maven2//opensaml/opensaml/1.1/opensaml-1.1.p om [INFO] Unable to find resource 'opensaml:opensaml:pom:1.1' in repository maven2 (http://repo1.maven.org/maven2/) Downloading: http://repo1.maven.org/maven2/opensaml/opensaml/1.1/opensaml-1.1.po m [INFO] Unable to find resource 'opensaml:opensaml:pom:1.1' in repository central (http://repo1.maven.org/maven2) Downloading: http://ws.zones.apache.org/repository2//bouncycastle/bcprov-jdk13/1 32/bcprov-jdk13-132.pom [INFO] Unable to find resource 'bouncycastle:bcprov-jdk13:pom:132' in repository apache-ws-snapshots2 (http://ws.zones.apache.org/repository2/) Downloading: http://repo1.maven.org/maven2//bouncycastle/bcprov-jdk13/132/bcprov -jdk13-132.pom For instance, http://repo1.maven.org/maven2/opensaml/ does not exists in that server. I am a .NET dev, so I am not sure how this exactly works. I will appreciate any information about how to solve this issue. Thanks Pablo.
