You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/11/10 15:34:16 UTC

[GitHub] [maven-parent] slawekjaranowski commented on a diff in pull request #90: [MPOM-354] leverage new report plugin

slawekjaranowski commented on code in PR #90:
URL: https://github.com/apache/maven-parent/pull/90#discussion_r1019286693


##########
maven-plugins/pom.xml:
##########
@@ -145,9 +148,21 @@ under the License.
 
   <reporting>
     <plugins>
+       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <reportSets>
+          <reportSet>
+            <id>default</id>
+            <reports>
+              <report>javadoc</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>

Review Comment:
   we already have such report in maven-parent, 
   it is in reporting profile ... so maybe also maven-plugin-report-plugin should be in reporting profile



-- 
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