Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A1059C1B9 for ; Tue, 15 May 2012 12:53:34 +0000 (UTC) Received: (qmail 91361 invoked by uid 500); 15 May 2012 12:53:33 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 91301 invoked by uid 500); 15 May 2012 12:53:33 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 91294 invoked by uid 99); 15 May 2012 12:53:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2012 12:53:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2012 12:53:30 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 875CC2388860; Tue, 15 May 2012 12:53:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1338676 - /cxf/trunk/rt/rs/security/sso/saml/pom.xml Date: Tue, 15 May 2012 12:53:09 -0000 To: commits@cxf.apache.org From: sergeyb@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120515125309.875CC2388860@eris.apache.org> Author: sergeyb Date: Tue May 15 12:53:09 2012 New Revision: 1338676 URL: http://svn.apache.org/viewvc?rev=1338676&view=rev Log: Adding a missing pom Added: cxf/trunk/rt/rs/security/sso/saml/pom.xml (with props) Added: cxf/trunk/rt/rs/security/sso/saml/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/rt/rs/security/sso/saml/pom.xml?rev=1338676&view=auto ============================================================================== --- cxf/trunk/rt/rs/security/sso/saml/pom.xml (added) +++ cxf/trunk/rt/rs/security/sso/saml/pom.xml Tue May 15 12:53:09 2012 @@ -0,0 +1,114 @@ + + + 4.0.0 + org.apache.cxf + cxf-rt-rs-security-sso-saml + jar + 2.6.1-SNAPSHOT + Apache CXF RS SSO SAML + Apache CXF RS SSO SAML + http://cxf.apache.org + + + org.apache.cxf + cxf-parent + 2.6.1-SNAPSHOT + ../../../../parent/pom.xml + + + + + junit + junit + test + + + org.apache.cxf + cxf-api + ${project.version} + + + org.apache.cxf + cxf-rt-core + ${project.version} + + + org.apache.cxf + cxf-rt-frontend-jaxrs + ${project.version} + + + org.apache.cxf + cxf-rt-rs-security-xml + ${project.version} + + + + + + + + + jdk15 + + 1.5 + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + create-endorsed-dir + validate + + copy + + + + + xerces + xercesImpl + ${basedir}/target/endorsed + + + xml-apis + xml-apis + 1.3.04 + ${basedir}/target/endorsed + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + -Djava.endorsed.dirs=${basedir}/target/endorsed + + + + + + + Propchange: cxf/trunk/rt/rs/security/sso/saml/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cxf/trunk/rt/rs/security/sso/saml/pom.xml ------------------------------------------------------------------------------ svn:keywords = Rev Date Propchange: cxf/trunk/rt/rs/security/sso/saml/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml