I'm aware that the "norm" is to use the Maven overlay plugin with CAS, and simply define files/settings that we want to override.
But what if I want to tweak CAS code (add logging, metrics, etc.) and run it locally? I checked out the project from GitHub and ran mvn package. This created JARs and WARs in all the respective subprojects. So now I can tweak the code and build it. Now, let's say I have another project called mysso? that uses CAS via Maven overlay. Typically, when I build mysso into a cas.war, it pulls CAS from Maven Central. How do I get mysso to pull CAS from my local CAS project or local Maven (m2) repo? This is the missing piece I need for tweaking CAS core code locally and then overlaying it with my local mysso project. -- 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
