2012/7/2 Scott Battaglia <[email protected]>: >>>>> Hmm, no, it seems I don't. I'm currently looking into what the Mavan > WAR overlay can do for me; so far it's not a huge success - I created > for instance a directory src/ in the top of the directory structure > (next to cas-server-core, cas-integration-* and cas-server-support-* > etc) with replacements for a few files (pe: > src/main/webapp/WEB-INF/deployerConfigContext.xml and > classes/log4j.xml) but once I built and deployed the resulting war > file, these files still contain their original, default content. > > I'm not sure you're using the WAR Over lay method if you're placing them in > some directory structure next to cas-server-core, etc. > https://wiki.jasig.org/display/CASUM/Best+Practice+-+Setting+Up+CAS+Locally+using+the+Maven2+WAR+Overlay+Method > > The WAR overlay method involves maintaining your local customization > independently. > > Cheers,
Ok, I see how it works now. You don't need to actually extract the sources anywhere when using the overlay method - it's enough to just have a basic pom.xml ready with the cas web application as a dependency and all the rest will be downloaded from a repository. Thanks, it works like a charm :-) -- Frank Van Damme No part of this copyright message may be reproduced, read or seen, dead or alive or by any means, including but not limited to telepathy without the benevolence of the author. -- 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
