You don’t need to include any files. Just use the overlay as is. When you `mvn clean package` it will pull the appropriate dependencies (already pre-declared in the pom.xml) and will assemble the final cas.war archive ready for deployment.
As for LDAP, you just get rid of that dependency in the pom and modify the `WEB-INF/deployerConfigContext.xml` to satisfy your local authentication source needs. D. > On Oct 15, 2015, at 1:15 PM, Jonas Steinberg <[email protected]> > wrote: > > Okay, that's fine. What I don't understand is what files do I actually need > from cas to include? Or am I missing something? > -- > 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
