Do not modify the original source. Instead, create an own maven project and copy the pom.xml contents described in https://wiki.jasig.org/display/CASUM/Best+Practice+-+Setting+Up+CAS+Locally+using+the+Maven2+WAR+Overlay+Method into your project as toplevel pom.xml Now you can perform a mvn package which overlays all your changes on top of the original war contents.
Robert Am 31.05.2011 um 11:56 schrieb flips: > Hi, > > I'm starting with CAS but cannot find updated documention about how to get > started... > > I installed tomcat and maven2, is it enough ? > > I downloaded CAS source files and got the demo webapp running. > > Can I modify the demo webapp directly to use a database > authentificationHandler instead of the default one ? > > Should I forget about the demo webapp and start working on the > cas-server-webapp source ? Does it make sense to "mvn package install" first, > make changes and "mvn package" to get a .war file ? > > Thanks for helping. > -- > 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
