Hello,
You must add this jar in your maven repo and in the pom.xml with a scope :
- compile if the jar is used for compilation
- provided if the jar is provided by the server
Sample:
<dependency>
<groupId>cas</groupId>
<artifactId>cas</artifactId>
<version>2.1.0</version>
<scope>compile</scope>
</dependency>
Ps : sorry for my english
Samuel
-----Message d'origine-----
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la
part de Joshua J Dayberry
Envoyé : vendredi 26 septembre 2008 15:12
À : [email protected]
Objet : RE: JPAM integration
Can anyone offer me any help? When adding an authentication handler, if you
are using some jar file which contains some code you want accessible from
your authentication handler via an import, how should you instruct cas to
include it when packaging using "mvn package install"?
Josh Dayberry
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas