From f8f5b908d07e0b83eecd43a8479bdc3d63a9c5d6 Mon Sep 17 00:00:00 2001 From: Misagh Moayyed Date: Sat, 23 May 2015 02:46:17 +0400 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a33a281 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Java Apereo CAS Client +================================== + +## Build +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.