From df6131ba7df64a25c799a070b05aa1123a52996f Mon Sep 17 00:00:00 2001 From: Scott Battaglia Date: Sun, 31 Jul 2011 18:56:34 +0000 Subject: [PATCH] CASC-151 added readme to explain the missing artifact issue. --- README.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.txt diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..97a80ee --- /dev/null +++ b/README.txt @@ -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.