Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0-beta-1
-
None
-
None
Description
MavenProject.getArtifacts() can return null when a single mojo is called (and @requiresDependencyResolution is not set).
The code however expects it to be non-null (everywhere .size() etc. is called).