Sounds like you're not using the Maven overlay process properly. You need to create a separate directory, with a pom.xml and whatever other files and directories and directory structure you need (e.g., what you're overriding from the base install). You make changes there (e.g., copying in the base version of what you need and then changing it), not in the base install (and in fact you may not even need to download that directly).
I'm not sure what is the definitive CAS Maven Overlay document out there these days, but you can search for it. It looks like you're using CAS version 4.1, so perhaps these will help: http://jasig.github.io/cas/4.1.x/ http://jasig.github.io/cas/4.1.x/installation/Maven-Overlay-Installation.html This last page points to this sample/reference project: https://github.com/UniconLabs/simple-cas4-overlay-template Milt Epstein Programmer in Computational Genomics Institute for Genomic Biology (IGB) University of Illinois at Urbana-Champaign (UIUC) [email protected] On Thu, 15 Oct 2015, Jonas Steinberg wrote: > I've been working very hard on my cas install the last couple days so I > pretty much know what needs to be done. Now I just have a couple of basic > questions and that should get me on my way. > > 1) The instructions for > http://jasig.github.io/cas/development/installation/Hazelcast-Ticket-Registry.html > which is the integration I'm completing say: "This ticket registry > implementation is enabled by simply including the module in the Maven overlay > pom". Okay. Which POM do I add this dependency to? The POM that is right > at $cas_home/pom.xml? The pom that is at $cas_home/cas-server-core/pom.xml? > The pom that is at $cas_home/cas-server-integration-hazelcast/pom.xml? Which > one? > > 2) Where do I add the <alias ... line mentioned in the doc? To > $cas_home/cas-server-webapp/target/cas-server-webapp-4.1.0/WEB-INF/deployerConfigContext.xml? > If not, where should I put this alias line? > > 3) I run mvn clean package from $cas_home. Was this right? If not, where > should I run mvn from? > > Any insight would be greatly appreciated!!! > > Thanks! > > -Jonas Steinberg > -- > 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 > -- 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
