Hi, The best way is to create a separate Maven 2 project (if you're familiar with Maven 2) and include the artifacts in your local repository. Then you can modify the cas-server-webapp's pom.xml to include your project as a dependency.
Others have created a separate project and then included the cas-server-webapp as a dependency (but I haven't tried that yet). We do not recommend that you add your code directly to the cas-server project (unless you're not really familiar with an external build system such as Maven2). -Scott On Nov 16, 2007 10:28 AM, Stéphane Gully <[EMAIL PROTECTED]> wrote: > Hello, > > I'd like to write my own *Principal* and *CredentialsToPrincipalResolver* > Should I add my source code directly in this directory ? cas-server-3.1.1/ > cas-server-core/src/main/java/org/jasig/cas /authentication/principal/ > Or is there a cleaner way to isolate my customized code in a separated > directory so that my future CAS upgrading would be easier ? > (I searched in the wiki but I didn't found any guidelines) > > regards, > > -- > Stéphane GULLY > http://www.zeitoun.net > > _______________________________________________ > Yale CAS mailing list > [email protected] > http://tp.its.yale.edu/mailman/listinfo/cas > > -- -Scott Battaglia LinkedIn: http://www.linkedin.com/in/scottbattaglia
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
