NUnit dependency should be in test scope
----------------------------------------

                 Key: NMAVEN-125
                 URL: http://jira.codehaus.org/browse/NMAVEN-125
             Project: NMaven
          Issue Type: Bug
    Affects Versions: 0.14 (Unreleased)
         Environment: NNmaven 0.14 branch + patches
            Reporter: Wendy Smoak
            Priority: Minor


In a project created from maven-archetype-dotnet-simple, the NUnit dependency 
is not in test scope.

It should be:
{noformat}
    <dependency>
      <groupId>NUnit</groupId>
      <artifactId>NUnit.Framework</artifactId>
      <version>2.2.8.0</version>
      <type>library</type>
      <scope>test</scope>           <------------ add this line
    </dependency>
{noformat}

-- 
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

        

Reply via email to