From nmaven-commits-return-881-apmail-incubator-nmaven-commits-archive=incubator.apache.org@incubator.apache.org Wed Oct 01 04:45:38 2008 Return-Path: Delivered-To: apmail-incubator-nmaven-commits-archive@locus.apache.org Received: (qmail 96089 invoked from network); 1 Oct 2008 04:45:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Oct 2008 04:45:38 -0000 Received: (qmail 75043 invoked by uid 500); 1 Oct 2008 04:45:36 -0000 Delivered-To: apmail-incubator-nmaven-commits-archive@incubator.apache.org Received: (qmail 75019 invoked by uid 500); 1 Oct 2008 04:45:36 -0000 Mailing-List: contact nmaven-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: nmaven-dev@incubator.apache.org Delivered-To: mailing list nmaven-commits@incubator.apache.org Received: (qmail 75010 invoked by uid 99); 1 Oct 2008 04:45:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Sep 2008 21:45:36 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Wed, 01 Oct 2008 04:44:42 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3F15923889B7; Tue, 30 Sep 2008 21:45:17 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r700679 - /incubator/nmaven/trunk/components/maven-dotnet-core-it-runner/pom.xml Date: Wed, 01 Oct 2008 04:45:16 -0000 To: nmaven-commits@incubator.apache.org From: brett@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081001044517.3F15923889B7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: brett Date: Tue Sep 30 21:45:16 2008 New Revision: 700679 URL: http://svn.apache.org/viewvc?rev=700679&view=rev Log: profile is not needed, it is excluded in the parent modules by the profile Modified: incubator/nmaven/trunk/components/maven-dotnet-core-it-runner/pom.xml Modified: incubator/nmaven/trunk/components/maven-dotnet-core-it-runner/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/maven-dotnet-core-it-runner/pom.xml?rev=700679&r1=700678&r2=700679&view=diff ============================================================================== --- incubator/nmaven/trunk/components/maven-dotnet-core-it-runner/pom.xml (original) +++ incubator/nmaven/trunk/components/maven-dotnet-core-it-runner/pom.xml Tue Sep 30 21:45:16 2008 @@ -49,28 +49,23 @@ ${pom.version} - - - run-its - - - - maven-surefire-plugin - 2.4.3 - - - **/IntegrationTestSuite.* - - - - nmaven.version - ${project.version} - - - - - - - - + + + + maven-surefire-plugin + 2.4.3 + + + **/IntegrationTestSuite.* + + + + nmaven.version + ${project.version} + + + + + +