Author: michaelo
Date: Thu Nov 13 09:41:49 2014
New Revision: 1639278

URL: http://svn.apache.org/r1639278
Log:
Add localRepository to avoid NPE

Modified:
    
maven/plugins/branches/MPIR-279/src/main/java/org/apache/maven/report/projectinfo/ModulesReport.java

Modified: 
maven/plugins/branches/MPIR-279/src/main/java/org/apache/maven/report/projectinfo/ModulesReport.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/branches/MPIR-279/src/main/java/org/apache/maven/report/projectinfo/ModulesReport.java?rev=1639278&r1=1639277&r2=1639278&view=diff
==============================================================================
--- 
maven/plugins/branches/MPIR-279/src/main/java/org/apache/maven/report/projectinfo/ModulesReport.java
 (original)
+++ 
maven/plugins/branches/MPIR-279/src/main/java/org/apache/maven/report/projectinfo/ModulesReport.java
 Thu Nov 13 09:41:49 2014
@@ -100,6 +100,7 @@ public class ModulesReport
 
             this.project = project;
             this.mavenProjectBuilder = mavenProjectBuilder;
+            this.localRepository = localRepository;
             this.siteTool = siteTool;
         }
 


Reply via email to