[cas-dev] CAS 3.3-RC3 Has Missing Maven POM
Dale Ogilvie
Dale.Ogilvie at trimble.co.nz
Mon Aug 11 17:16:55 EDT 2008
Larry,
CAS 3.3-RC3 + our customizations builds fine here.
I initially had a build problem because I did not configure maven to use
our intranet proxy. Perhaps this is your issue?
maven/conf/settings.xml
<proxy>
<active>true</active>
<protocol>http</protocol>
<host>your.proxy.here</host>
<port>????</port>
<nonProxyHosts>*.yourdomain.com|*.yourdomain.net</nonProxyHosts>
</proxy>
Dale
________________________________
From: cas-dev-bounces at tp.its.yale.edu
[mailto:cas-dev-bounces at tp.its.yale.edu] On Behalf Of Lawrence Andreutti
Sent: Tuesday, 12 August 2008 5:31 a.m.
To: cas-dev at tp.its.yale.edu
Cc: Doug Johnson
Subject: [cas-dev] CAS 3.3-RC3 Has Missing Maven POM
Hi,
I tried to build CAS 3.3-RC3 using Maven and I got this error:
GroupId: org.jasig.cas
ArtifactId: cas-server
Version: 3.3-RC3
Reason: Unable to download the artifact from any repository
org.jasig.cas:cas-server:pom:3.3-RC3
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
jboss-repository (http://repository.jboss.com/maven2/),
jasig-repository (http://developer.ja-sig.org/maven2)
I believe the problem is that the
http://developer.ja-sig.org/maven2/org/jasig/cas/cas-server/ directory
contains only a 3.3-RC3 text file which looks like the missing POM.
This file needs to be renamed to cas-server-3.3-RC3.pom and moved into a
3.3-RC3 directory (like 3.3-RC2). Thanks.
Larry Andreutti
Software Engineer
Active Network, Ltd.
Lawrence.Andreutti at ActiveNetwork.com
Tel 604.438.7361 ext. 1482
Fax 604.432.9708
6400 Roberts Street, Suite 160
Burnaby, BC Canada V5G 4C9
www.ActiveNetwork.com <http://www.activenetwork.com/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tp.its.yale.edu/pipermail/cas-dev/attachments/20080812/07623c59/attachment.html
More information about the cas-dev
mailing list