[ http://jira.codehaus.org/browse/MNG-886?page=comments#action_46456 ]
John Casey commented on MNG-886: -------------------------------- incorporated into it2002. The problem is the MavenProject.new(MavenProject) constructor, which wasn't copying the reportArtifacts or the extensionArtifacts. It's fixed, and I'm building now. When finished, I'll resolve. > use of reporting plugins results in NPE > --------------------------------------- > > Key: MNG-886 > URL: http://jira.codehaus.org/browse/MNG-886 > Project: Maven 2 > Type: Bug > Components: maven-release-plugin > Reporter: Brett Porter > Assignee: John Casey > Fix For: 2.0-beta-2 > > Original Estimate: 6 hours > Remaining: 6 hours > > Doxia had: > <reporting> > <plugins> > <plugin> > <artifactId>maven-project-info-reports-plugin</artifactId> > </plugin> > </plugins> > </reporting> > This caused an NPE as the resolved artifact was not found in the map. -- 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]
