cstamas commented on a change in pull request #8:
URL: https://github.com/apache/maven-reporting-exec/pull/8#discussion_r791414031
##########
File path:
src/main/java/org/apache/maven/reporting/exec/DefaultMavenPluginManagerHelper.java
##########
@@ -34,6 +32,10 @@
import org.codehaus.plexus.component.annotations.Component;
import org.codehaus.plexus.component.annotations.Requirement;
import org.codehaus.plexus.logging.Logger;
+import org.eclipse.aether.RepositorySystemSession;
+import org.eclipse.aether.graph.DependencyFilter;
+import org.eclipse.aether.repository.RemoteRepository;
+import org.eclipse.aether.util.filter.ExclusionsDependencyFilter;
Review comment:
Yes, let's collect "missing APIs", agreed.
OTOH, this PR is to "up component maven dep to maven 3.2.x", that does not
provide those.
IMHO, we could start collecting and providing them in Maven 4.x line (or
even maybe Maven 3.9.x line), and when we start doing plugins 4.x line (like we
did with plugins 3.x that were aligned with Maven 3.x), then we could move all
plugins to newly published APIs...
Created page
https://cwiki.apache.org/confluence/display/MAVEN/Maven+Missing+APIs
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]