Hi, 
Following with my problem with cas client (3.1.3), I have tried to install it 
by maven, and I get the following errors:

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.opensaml:opensaml:jar:1.1b

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.opensaml -DartifactId=opensaml \
          -Dversion=1.1b -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:   
  mvn deploy:deploy-file -DgroupId=org.opensaml -DartifactId=opensaml \
          -Dversion=1.1b -Dpackaging=jar -Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) org.jasig.cas:cas-client-core:jar:3.1.3
        2) org.opensaml:opensaml:jar:1.1b

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

for artifact:
  org.jasig.cas:cas-client-core:jar:3.1.3

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)

Searching in this http://repo1.maven.org/maven2, there isn't any opensaml 
folder in it. 
I was using mod_auth_cas before, and now I must use cas-client, but I'm so lost 
and I don't know where to start. 
Could you please help me? Do I have to use maven to install it? or I'm doing 
wrong from the beginning?
_________________________________________________________________
Llega la nueva temporada. Consulta las nuevas tendencias en MSN Estilo
http://estilo.es.msn.com/moda/
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to