[ http://jira.codehaus.org/browse/MPIR-18?page=comments#action_55412 ]
mike perham commented on MPIR-18: --------------------------------- I mean the version of the PIR plugin. Run 'mvn -X project-info-reports:dependencies' and look for a line like this: [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-project-info-reports-plugin:2.0-beta-4-SNAPSHOT:dependencies' --> Note that version is 2.0-beta-4-SNAPSHOT which is the latest. Your screenshot appears to come from 2.0-beta-3 which had this problem. > Dependency report shows dependencies with scope test as required for > compilation > -------------------------------------------------------------------------------- > > Key: MPIR-18 > URL: http://jira.codehaus.org/browse/MPIR-18 > Project: Maven 2.x Project Info Reports Plugin > Type: Bug > Versions: 2.0 > Reporter: Chris Hagmann > Fix For: 2.0 > Attachments: POM dependency section.jpg, Screenshot showing Junit as > dependency.jpg > > > I declare my junit dependency as scope "test". E.g: > <dependency> > <groupId>junit</groupId> > <artifactId>junit</artifactId> > <version>3.8.1</version> > <scope>test</scope> > </dependency> > After running the site report using "mvn site", my dependencies report shows > junit as dependency required for compilation. -- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
