cas 3.1.1 compilation problem (maven and .pom files)
Stéphane Gully
stephane.gully at gmail.com
Thu Nov 15 02:47:26 EST 2007
Hello,
I'm trying to compile the program in order to add my customized
handler so I followed this doc :
http://www.ja-sig.org/wiki/display/CASUM/Building+and+Deploying
However, I think I have a problem with maven trying to get
jasig-parent-5.pom file from the network.
Moreover, I'm not sure but maybe this problem is related to this one :
http://thread.gmane.org/gmane.comp.java.jasig.cas.user/3017/focus=3021
I'm using maven 2.0.7
Any help will be appreciated,
regards,
Here is my compilation error logs :
fedecas at ida:~/fedecas/cas-server-3.1.1/cas-server-webapp$ ../mvn
package install -Dmaven.test.skip=true
[INFO] Scanning for projects...
Downloading: http://www.ibiblio.org/maven2/org/jasig/jasig-parent/5/jasig-parent-5.pom
Downloading: http://repository.jboss.com/maven2/org/jasig/jasig-parent/5/jasig-parent-5.pom
Downloading: http://developer.ja-sig.org/maven2/org/jasig/jasig-parent/5/jasig-parent-5.pom
Downloading: http://repo1.maven.org/maven2/org/jasig/jasig-parent/5/jasig-parent-5.pom
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
GroupId: org.jasig
ArtifactId: jasig-parent
Version: 5
Reason: Unable to download the artifact from any repository
org.jasig:jasig-parent:pom:5
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
ibiblio (http://www.ibiblio.org/maven2),
jasig-repository (http://developer.ja-sig.org/maven2),
jboss-maven2 (http://repository.jboss.com/maven2)
More information about the cas
mailing list