Return-Path: X-Original-To: apmail-manifoldcf-commits-archive@www.apache.org Delivered-To: apmail-manifoldcf-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 C920810700 for ; Fri, 28 Mar 2014 05:16:15 +0000 (UTC) Received: (qmail 60714 invoked by uid 500); 28 Mar 2014 05:16:14 -0000 Delivered-To: apmail-manifoldcf-commits-archive@manifoldcf.apache.org Received: (qmail 60634 invoked by uid 500); 28 Mar 2014 05:16:08 -0000 Mailing-List: contact commits-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list commits@manifoldcf.apache.org Received: (qmail 60625 invoked by uid 99); 28 Mar 2014 05:16:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Mar 2014 05:16:06 +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; Fri, 28 Mar 2014 05:16:04 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 507F923889CB; Fri, 28 Mar 2014 05:15:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1582596 - in /manifoldcf/branches/CONNECTORS-912/connectors: cmis/pom.xml email/pom.xml Date: Fri, 28 Mar 2014 05:15:44 -0000 To: commits@manifoldcf.apache.org From: kwright@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140328051544.507F923889CB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kwright Date: Fri Mar 28 05:15:43 2014 New Revision: 1582596 URL: http://svn.apache.org/r1582596 Log: Fix some maven syntax errors Modified: manifoldcf/branches/CONNECTORS-912/connectors/cmis/pom.xml manifoldcf/branches/CONNECTORS-912/connectors/email/pom.xml Modified: manifoldcf/branches/CONNECTORS-912/connectors/cmis/pom.xml URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/cmis/pom.xml?rev=1582596&r1=1582595&r2=1582596&view=diff ============================================================================== --- manifoldcf/branches/CONNECTORS-912/connectors/cmis/pom.xml (original) +++ manifoldcf/branches/CONNECTORS-912/connectors/cmis/pom.xml Fri Mar 28 05:15:43 2014 @@ -90,19 +90,8 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - - **/*Postgresql*.java - **/*MySQL*.java - - always - target/test-output - - + maven-dependency-plugin @@ -153,7 +142,6 @@ - org.apache.maven.plugins maven-surefire-plugin Modified: manifoldcf/branches/CONNECTORS-912/connectors/email/pom.xml URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-912/connectors/email/pom.xml?rev=1582596&r1=1582595&r2=1582596&view=diff ============================================================================== --- manifoldcf/branches/CONNECTORS-912/connectors/email/pom.xml (original) +++ manifoldcf/branches/CONNECTORS-912/connectors/email/pom.xml Fri Mar 28 05:15:43 2014 @@ -81,19 +81,8 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - - **/*Postgresql*.java - **/*MySQL*.java - - always - target/test-output - - + maven-dependency-plugin @@ -136,7 +125,6 @@ - org.apache.maven.plugins maven-surefire-plugin