Scott,
Thanks! I thought there might have been a way to specify additional command line parameters to maven. Andrew R Feller, Analyst Subversion Administrator University Information Systems Louisiana State University [EMAIL PROTECTED] (office) 225.578.3737 ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Battaglia Sent: Wednesday, August 22, 2007 7:40 AM To: Yale CAS mailing list Subject: Re: Building CAS 3.1 from source Andrew, To add a new module to the CAS war file you can do the following: 1. Open cas-server-webapp/pom.xml in a text editor. 2. Locate the "dependencies" section and add a new dependency (following the cas-server-core example but replacing cas-server-core with the additional module you need). 3. Execute "mvn package" in the cas-server-webapp directory. That should generate the appropriate war file in cas-server-webapp/target directory. -Scott On 8/22/07, Andrew R Feller <[EMAIL PROTECTED]> wrote: Good morning everyone, While building CAS 3.1 from source via Maven2, I realized that the additional CAS 3.1 modules (cas-server-integration-jboss, cas-server-support-ldap, etc) were not packaged into the modules/cas.war. Is there any way to include these or specific JARs generated from the build process into the final CAS WAR? I apologize if this is a stupid question for those who are use to using maven; this is a new experience for me. Thank you, Andrew R Feller, Analyst Subversion Administrator University Information Systems Louisiana State University [EMAIL PROTECTED] (office) 225.578.3737 _______________________________________________ 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
