From nmaven-commits-return-657-apmail-incubator-nmaven-commits-archive=incubator.apache.org@incubator.apache.org Thu Dec 27 22:46:17 2007 Return-Path: Delivered-To: apmail-incubator-nmaven-commits-archive@locus.apache.org Received: (qmail 35346 invoked from network); 27 Dec 2007 22:46:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Dec 2007 22:46:17 -0000 Received: (qmail 55799 invoked by uid 500); 27 Dec 2007 22:46:06 -0000 Delivered-To: apmail-incubator-nmaven-commits-archive@incubator.apache.org Received: (qmail 55771 invoked by uid 500); 27 Dec 2007 22:46:06 -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 55762 invoked by uid 99); 27 Dec 2007 22:46:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Dec 2007 14:46:06 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Dec 2007 22:46:02 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id CA40C1A9832; Thu, 27 Dec 2007 14:45:53 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r607135 - in /incubator/nmaven/trunk/plugins: dotnet-test-plugin/ dotnet-test-plugin/pom.xml dotnet-test-plugin/src/ dotnet-test-plugin/src/main/ dotnet-test-plugin/src/main/java/ pom.xml Date: Thu, 27 Dec 2007 22:45:53 -0000 To: nmaven-commits@incubator.apache.org From: eworley@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071227224553.CA40C1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: eworley Date: Thu Dec 27 14:45:52 2007 New Revision: 607135 URL: http://svn.apache.org/viewvc?rev=607135&view=rev Log: Adding skeleton for dotnet-test-plugin which will execute nunit tests. Adding dotnet-test-plugin module to parent pom Added: incubator/nmaven/trunk/plugins/dotnet-test-plugin/ incubator/nmaven/trunk/plugins/dotnet-test-plugin/pom.xml incubator/nmaven/trunk/plugins/dotnet-test-plugin/src/ incubator/nmaven/trunk/plugins/dotnet-test-plugin/src/main/ incubator/nmaven/trunk/plugins/dotnet-test-plugin/src/main/java/ Modified: incubator/nmaven/trunk/plugins/pom.xml Added: incubator/nmaven/trunk/plugins/dotnet-test-plugin/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/plugins/dotnet-test-plugin/pom.xml?rev=607135&view=auto ============================================================================== --- incubator/nmaven/trunk/plugins/dotnet-test-plugin/pom.xml (added) +++ incubator/nmaven/trunk/plugins/dotnet-test-plugin/pom.xml Thu Dec 27 14:45:52 2007 @@ -0,0 +1,47 @@ + + + + + + org.apache.maven.dotnet.plugins + 0.15-incubating-SNAPSHOT + maven-dotnet-plugins + + 4.0.0 + org.apache.maven.dotnet.plugins + dotnet-test-plugin + maven-plugin + dotnet-test-plugin + Maven Plugin for .NET: Handles nunit test execution and reporting + + + org.codehaus.plexus + plexus-utils + + + + + nmaven-apache-site + NMaven Site + file://${basedir}/../../../www/plugins/dotnet-test-plugin + + + Modified: incubator/nmaven/trunk/plugins/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/plugins/pom.xml?rev=607135&r1=607134&r2=607135&view=diff ============================================================================== --- incubator/nmaven/trunk/plugins/pom.xml (original) +++ incubator/nmaven/trunk/plugins/pom.xml Thu Dec 27 14:45:52 2007 @@ -31,5 +31,6 @@ maven-dotnet-plugins maven-compiler-plugin + dotnet-test-plugin