[
http://jira.codehaus.org/browse/NMAVEN-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brett Porter updated NMAVEN-125:
--------------------------------
Component/s: Simple CSharp Archetype
> NUnit dependency should be in test scope
> ----------------------------------------
>
> Key: NMAVEN-125
> URL: http://jira.codehaus.org/browse/NMAVEN-125
> Project: NMaven
> Issue Type: Bug
> Components: Simple CSharp Archetype
> Affects Versions: 0.14 (Unreleased)
> Environment: NNmaven 0.14 branch + patches
> Reporter: Wendy Smoak
> Priority: Minor
> Fix For: 0.14 (Unreleased)
>
>
> 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