From 22fc6d344b695f36a5c2fd1e1d437375be35cf32 Mon Sep 17 00:00:00 2001 From: Scott Battaglia Date: Tue, 8 Apr 2008 14:58:53 +0000 Subject: [PATCH] NOJIRA added atlassian module --- cas-client-integration-atlassian/LICENSE.txt | 31 +++++++++ cas-client-integration-atlassian/pom.xml | 73 ++++++++++++++++++++ pom.xml | 1 + 3 files changed, 105 insertions(+) create mode 100644 cas-client-integration-atlassian/LICENSE.txt create mode 100644 cas-client-integration-atlassian/pom.xml diff --git a/cas-client-integration-atlassian/LICENSE.txt b/cas-client-integration-atlassian/LICENSE.txt new file mode 100644 index 0000000..4d38438 --- /dev/null +++ b/cas-client-integration-atlassian/LICENSE.txt @@ -0,0 +1,31 @@ +License for Use + +Copyright (c) 2007, JA-SIG, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + * Neither the name of the JA-SIG, Inc. nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/cas-client-integration-atlassian/pom.xml b/cas-client-integration-atlassian/pom.xml new file mode 100644 index 0000000..6da089d --- /dev/null +++ b/cas-client-integration-atlassian/pom.xml @@ -0,0 +1,73 @@ + + + org.jasig.cas + 3.1.2 + cas-client + + 4.0.0 + org.jasig.cas + cas-client-integration-atlassian + jar + JA-SIG CAS Client for Java - Atlassian Integration + + src/main/java + src/test/java + + + src/test/resources + false + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.4 + 1.4 + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/*Tests* + + + + + org.apache.maven.plugins + maven-clover-plugin + + ${basedir}/src/test/clover/clover.license + + + + pre-site + + instrument + + + + + + + + + atlassian-seraph + com.atlassian.seraph + 0.37 + compile + + + + + + atlassian + Atlassian Repository + http://repository.atlassian.com/maven2/ + + + diff --git a/pom.xml b/pom.xml index 7fb80b9..6d6a61c 100644 --- a/pom.xml +++ b/pom.xml @@ -120,6 +120,7 @@ cas-client-core + cas-client-integration-atlassian