Whenever I'm running a SOAP client with Maven it is continually trying to download the OpenSAML pom.xml, but our repository for it[1] does not have this file.
(trunk/distribution/bundle/pom.xml:) <repositories> <!-- work around opensaml not being in central --> <repository> ... <id>apache-ws-snapshots2</id> <name>Apache ws.zones - 2</name> <url>http://ws.zones.apache.org/repository2/</url> </repository> </repositories> [1] http://ws.zones.apache.org/repository2/opensaml/opensaml/1.1/ Whose JIRA/bugzilla do I go to request that this POM get added? Thanks, Glen