sparsick commented on code in PR #846:
URL: https://github.com/apache/maven-surefire/pull/846#discussion_r2101847427


##########
pom.xml:
##########
@@ -376,6 +376,11 @@
             </excludes>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-changes-plugin</artifactId>
+          <version>2.12.1</version>

Review Comment:
   @olamy yes, currently only jira is configured.
   
   ```shell
   [INFO]
   [INFO] 'generate-sources' forked phase execution for 
maven-javadoc-plugin:javadoc report preparation done
   [INFO] Configured 1 report for maven-javadoc-plugin:3.11.2: javadoc
   [INFO] Configuring report plugin maven-changes-plugin:3.0.0-M3
   [WARNING]  Goal 'changes-report' is deprecated: use change goal
   [WARNING]  Goal 'github-report' is deprecated: use github-changes goal
   [WARNING]  Goal 'jira-report' is deprecated: use jira-changes goal
   [WARNING]  Goal 'trac-changes' is deprecated: prepared for removal in next 
major version due to lack of maintainers
   [WARNING]  Goal 'trac-report' is deprecated: use track-changes goal
   [INFO] Detected 8 reports for maven-changes-plugin:3.0.0-M3: changes, 
changes-report, github-changes, github-report, jira-changes, jira-report, 
trac-changes, trac-report
   [INFO] Skipping 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.9.0:dependencies 
report
   [INFO] Skipping org.apache.maven.plugins:maven-pmd-plugin:3.26.0:cpd report
   [INFO] Skipping org.apache.maven.plugins:maven-pmd-plugin:3.26.0:pmd report
   [INFO] Skipping org.apache.maven.plugins:maven-jxr-plugin:3.6.0:jxr report
   [INFO] Skipping org.apache.maven.plugins:maven-jxr-plugin:3.6.0:test-jxr 
report
   [INFO] Skipping org.apache.maven.plugins:maven-javadoc-plugin:3.11.2:javadoc 
report
   [WARNING] The GitHub Report only supports GitHub.  No GitHub Report will be 
generated.
   [WARNING] The GitHub Report only supports GitHub.  No GitHub Report will be 
generated.
   [WARNING] The Trac Report only supports Trac.  No Trac Report will be 
generated.
   [WARNING] The Trac Report only supports Trac.  No Trac Report will be 
generate
   ```
   
   But I think this should be  another PR to avoid mixing topics



-- 
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-unsubscr...@maven.apache.org

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

Reply via email to