Hello again, I found the solution: In fact, I'm behind a http proxy. Defining "http_proxy" env variable in not enough and I needed to add a java option like that : [EMAIL PROTECTED]:~/fedecas/cas-server-3.1.1/cas-server-webapp$ ../mvn -Dmaven.test.skip=true -Dhttp.proxyHost=proxyout.inist.fr -Dhttp.proxyPort=8080 package install
Hope, this tip could help someone else. regards, On Nov 15, 2007 8:47 AM, Stéphane Gully <[EMAIL PROTECTED]> wrote: > 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 : > > [EMAIL PROTECTED]:~/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) > -- Stéphane GULLY http://www.zeitoun.net _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
