You are viewing a plain text version of this content. The canonical link for it is here.
Posted to nmaven-issues@incubator.apache.org by "Carlos Sanchez (JIRA)" <ji...@codehaus.org> on 2008/08/14 16:05:26 UTC

[jira] Created: (NMAVEN-193) Recognise NUnit artifact conventions used in trunk

Recognise NUnit artifact conventions used in trunk
--------------------------------------------------

                 Key: NMAVEN-193
                 URL: http://jira.codehaus.org/browse/NMAVEN-193
             Project: NMaven
          Issue Type: Improvement
          Components: Test Plugin
    Affects Versions: 0.14 (Unreleased)
            Reporter: Carlos Sanchez
         Attachments: nunit.patch

This will allow using 0.14 test plugin in IT tests in trunk where NUnit is defined as 

{code:xml}
    <dependency>
      <groupId>org.apache.maven.dotnet</groupId>
      <artifactId>NUnit.Framework</artifactId>
      <version>2.4.6-incubating-SNAPSHOT</version>
      <type>library</type>
      <scope>test</scope>
    </dependency>
{code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (NMAVEN-193) Recognise NUnit artifact conventions used in trunk

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/NMAVEN-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated NMAVEN-193:
--------------------------------

    Fix Version/s: 0.14 (Unreleased)

> Recognise NUnit artifact conventions used in trunk
> --------------------------------------------------
>
>                 Key: NMAVEN-193
>                 URL: http://jira.codehaus.org/browse/NMAVEN-193
>             Project: NMaven
>          Issue Type: Improvement
>          Components: Test Plugin
>    Affects Versions: 0.14 (Unreleased)
>            Reporter: Carlos Sanchez
>             Fix For: 0.14 (Unreleased)
>
>         Attachments: nunit.patch
>
>
> This will allow using 0.14 test plugin in IT tests in trunk where NUnit is defined as 
> {code:xml}
>     <dependency>
>       <groupId>org.apache.maven.dotnet</groupId>
>       <artifactId>NUnit.Framework</artifactId>
>       <version>2.4.6-incubating-SNAPSHOT</version>
>       <type>library</type>
>       <scope>test</scope>
>     </dependency>
> {code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira