added readme to explain the missing artifact issue.
This commit is contained in:
Scott Battaglia 2011-07-31 18:56:34 +00:00
parent 3d965426ac
commit df6131ba7d
1 changed files with 6 additions and 0 deletions

6
README.txt Normal file
View File

@ -0,0 +1,6 @@
BUILDING THE CAS CLIENT FOR JAVA
Please note that to be deployed in Maven Central, we mark a number of JARs as provided (related to JBoss and Memcache
Clients). In order to build the clients, you must enable the commented out repositories in the appropriate pom.xml
files in the modules (cas-client-integration-jboss and cas-client-support-distributed-memcached) or follow the
instructions on how to install the file manually.