Greetings. We've been using CAS version 3.4.12 for a while, no problems. Today I wanted to make a change to the LDAP attributes CAS is passing, adding an attribute, so I modified deployerConfigContext.xml accordingly, and ran "mvn clean package" as I had done in the past to rebuild things (we're using the maven overlay method to add our customizations, in case that wasn't clear).
The output included a few WARNING messages, towards the beginning: [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building cas 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: http://oss.sonatype.org/content/repositories/releases/org/opensaml/opensaml/1.1b/opensaml-1.1b.pom [WARNING] Checksum validation failed, expected <html> but is 81ffbd1712afe8cdf138b570c0fc9934742c33c1 for http://oss.sonatype.org/content/repositories/releases/org/opensaml/opensaml/1.1b/opensaml-1.1b.pom [WARNING] Checksum validation failed, expected <html> but is 81ffbd1712afe8cdf138b570c0fc9934742c33c1 for http://oss.sonatype.org/content/repositories/releases/org/opensaml/opensaml/1.1b/opensaml-1.1b.pom Downloaded: http://oss.sonatype.org/content/repositories/releases/org/opensaml/opensaml/1.1b/opensaml-1.1b.pom (178 B at 0.9 KB/sec) [WARNING] The POM for org.opensaml:opensaml:jar:1.1b is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details After that, everything looked fine. So I'm wondering if this is anything we need to worry about, and if so, what we can do to fix it. I suppose this might be as much a maven question as a CAS question, but this seemed a good place to ask. I didn't install the new war file, figuring I should look into this issue first. We are planning to install a new version of CAS shortly, so if this turns out to be related to versions of things, we can just wait for that to get everything sorted out -- sometimes dealing with new versions can be a little hairy. But adding this one attribute was such a small change, I thought I'd give it a try with our current version. Thanks. Milt Epstein Applications Developer Graduate School of Library and Information Science (GSLIS) University of Illinois at Urbana-Champaign (UIUC) [email protected] -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
