michael-o commented on PR #1487:
URL: https://github.com/apache/maven/pull/1487#issuecomment-2168164269

   Yet another finding:
   ```
   $ for proj in maven-doxia* maven-reporting-* maven-site-plugin; do grep -r 
-F -f maven-compat-classes --include='*/src/main/java/**.java' $proj ; done  | 
grep -v org.apache.maven.reporting.MavenReportException
   
maven-site-plugin/src/main/java/org/apache/maven/plugins/site/descriptor/SiteDescriptorArtifactMetadata.java:import
 org.apache.maven.artifact.metadata.AbstractArtifactMetadata;
   
maven-site-plugin/src/main/java/org/apache/maven/plugins/site/descriptor/SiteDescriptorArtifactMetadata.java:import
 org.apache.maven.artifact.repository.metadata.RepositoryMetadataStoreException;
   ```


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