Return-Path: X-Original-To: apmail-incubator-connectors-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-connectors-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 82E6D9247 for ; Thu, 13 Oct 2011 14:22:17 +0000 (UTC) Received: (qmail 87333 invoked by uid 500); 13 Oct 2011 14:22:17 -0000 Delivered-To: apmail-incubator-connectors-commits-archive@incubator.apache.org Received: (qmail 87298 invoked by uid 500); 13 Oct 2011 14:22:17 -0000 Mailing-List: contact connectors-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: connectors-dev@incubator.apache.org Delivered-To: mailing list connectors-commits@incubator.apache.org Received: (qmail 87291 invoked by uid 99); 13 Oct 2011 14:22:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Oct 2011 14:22:17 +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; Thu, 13 Oct 2011 14:22:15 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2C4122388847; Thu, 13 Oct 2011 14:21:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1182869 - in /incubator/lcf/trunk: connectors/wiki/ connectors/wiki/pom.xml tests/wiki/ Date: Thu, 13 Oct 2011 14:21:54 -0000 To: connectors-commits@incubator.apache.org From: kwright@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111013142154.2C4122388847@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kwright Date: Thu Oct 13 14:21:53 2011 New Revision: 1182869 URL: http://svn.apache.org/viewvc?rev=1182869&view=rev Log: Tweak the maven wiki build to use a test output directory, and also set svn:ignore appropriately. Modified: incubator/lcf/trunk/connectors/wiki/ (props changed) incubator/lcf/trunk/connectors/wiki/pom.xml incubator/lcf/trunk/tests/wiki/ (props changed) Propchange: incubator/lcf/trunk/connectors/wiki/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Thu Oct 13 14:21:53 2011 @@ -2,3 +2,5 @@ build dist lib test-output +target + Modified: incubator/lcf/trunk/connectors/wiki/pom.xml URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/connectors/wiki/pom.xml?rev=1182869&r1=1182868&r2=1182869&view=diff ============================================================================== --- incubator/lcf/trunk/connectors/wiki/pom.xml (original) +++ incubator/lcf/trunk/connectors/wiki/pom.xml Thu Oct 13 14:21:53 2011 @@ -31,6 +31,19 @@ ${basedir}/connector/src/main/java ${basedir}/connector/src/test/java + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/*Postgresql*.java + + always + target/test-output + + + Propchange: incubator/lcf/trunk/tests/wiki/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Thu Oct 13 14:21:53 2011 @@ -0,0 +1 @@ +target