You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "hboutemy (via GitHub)" <gi...@apache.org> on 2023/03/08 15:34:39 UTC

[GitHub] [maven-project-info-reports-plugin] hboutemy commented on a diff in pull request #45: [MPIR-429] disable plugin processing when building projects

hboutemy commented on code in PR #45:
URL: https://github.com/apache/maven-project-info-reports-plugin/pull/45#discussion_r1129631263


##########
src/main/java/org/apache/maven/report/projectinfo/PluginManagementReport.java:
##########
@@ -206,6 +206,7 @@ private void renderSectionPluginManagement()
 
             ProjectBuildingRequest buildRequest = new DefaultProjectBuildingRequest( buildingRequest );
             buildRequest.setRemoteRepositories( project.getPluginArtifactRepositories() );
+            buildingRequest.setProcessPlugins( false );

Review Comment:
   doh...



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org