mirror of https://github.com/apache/maven.git
[MNG-5113] NullPointerException on javadoc site generation
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1151420 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
84f7f7bbb1
commit
f8ca95ef39
|
@ -116,8 +116,8 @@ public class DefaultReportingConverter
|
|||
reportPlugins.addChild( reportPlugin );
|
||||
|
||||
if ( !reporting.isExcludeDefaults() && !hasMavenProjectInfoReportsPlugin
|
||||
&& "org.apache.maven.plugins".equals( reportPlugin.getChild( "groupId" ).getValue() )
|
||||
&& "maven-project-info-reports-plugin".equals( reportPlugin.getChild( "artifactId" ).getValue() ) )
|
||||
&& "org.apache.maven.plugins".equals( plugin.getGroupId() )
|
||||
&& "maven-project-info-reports-plugin".equals( plugin.getArtifactId() ) )
|
||||
{
|
||||
hasMavenProjectInfoReportsPlugin = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue