If you change the pom.xml file then you'll need to rebuild the WAR.  The
pom.xml essentially tells Maven2 how to build the WAR.

Cheers,
Scott


On Mon, Jun 29, 2009 at 12:36 PM, David Lytle <[email protected]> wrote:

> Thanks for the quick reply Scott!!
>
> I DID have the one entry as per manual in the pom.xml...
>
> In the pom.xml file for your CAS webapp (the default is
> ${project.home}/cas-server-webapp/pom.xml) add the following dependency:
>
> <dependency>
>     <groupId>${project.groupId}</groupId>
>     <artifactId>cas-server-support-ldap</artifactId>
>     <version>${project.version}</version>
> </dependency>
>
> Is there some other dependency I missed for LDAP to work?
> Do I need to rebuild the WAR file after each xml edit?  Doesn't seem like I
> need to...
>
> Thanks again!
> --
> 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

Reply via email to