missing shibboleth-jce from maven repo

Bradley Schwoerer schwoerb at doit.wisc.edu
Mon Jan 23 22:39:31 GMT 2012


I tried a fresh build of Shibboleth from svn using the instructions at https://wiki.shibboleth.net/confluence/display/SHIB2/SourceAccess and got the error below.  I am easily able to get past the error, but thought it should be reported.

Downloading: https://shibboleth.net/nexus/content/groups/public/edu/internet2/middleware/shibboleth-jce/1.1.0/shibboleth-jce-1.1.0.jar
[INFO] Unable to find resource 'edu.internet2.middleware:shibboleth-jce:jar:1.1.0' in repository shib-release (https://shibboleth.net/nexus/content/groups/public)(https://shibboleth.net/nexus/content/groups/public%29)
Downloading: http://repo1.maven.org/maven2/edu/internet2/middleware/shibboleth-jce/1.1.0/shibboleth-jce-1.1.0.jar
[INFO] Unable to find resource 'edu.internet2.middleware:shibboleth-jce:jar:1.1.0' in repository central (http://repo1.maven.org/maven2)(http://repo1.maven.org/maven2%29)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) edu.internet2.middleware:shibboleth-jce:jar:1.1.0

  Try downloading the file manually from the project website.

  Then, install it using the command: 
     
 mvn install:install-file -DgroupId=edu.internet2.middleware 
-DartifactId=shibboleth-jce -Dversion=1.1.0 -Dpackaging=jar 
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
     
 mvn deploy:deploy-file -DgroupId=edu.internet2.middleware 
-DartifactId=shibboleth-jce -Dversion=1.1.0 -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
      1) edu.internet2.middleware:shibboleth-identityprovider:jar:2.3.5
      2) edu.internet2.middleware:shibboleth-jce:jar:1.1.0

----------
1 required artifact is missing.

for artifact: 
  edu.internet2.middleware:shibboleth-identityprovider:jar:2.3.5

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)(http://repo1.maven.org/maven2%29),
  shib-snapshot (https://shibboleth.net/nexus/content/repositories/snapshots)(https://shibboleth.net/nexus/content/repositories/snapshots%29),
  shib-release (https://shibboleth.net/nexus/content/groups/public)(https://shibboleth.net/nexus/content/groups/public%29)






More information about the dev mailing list