Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Incomplete
-
Affects Version/s: 2.1
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:maven 2.0.9
-
Number of attachments :
Description
After discussion on maven user mailing list (see http://markmail.org/search/?q=sslavic%20list%3Aorg.apache.maven.users#query:sslavic%20list%3Aorg.apache.maven.users+page:2+mid:kkzcdmruemiwpeei+state:results ) conclusion was that wrong scope is documented on following page: http://maven.apache.org/plugins/maven-project-info-reports-plugin/dependencies-mojo.html in Attributes section where instead of "test" in "Requires dependency resolution of artifacts in scope: test." it should stand "package".
There is no "package" value for requiresDependencyResolution and test already resolves all dependency scopes, see http://maven.apache.org/developers/mojo-api-specification.html. Maybe you can attach a small test project?