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/07/01 05:36:41 UTC

[GitHub] [maven-install-plugin] olamy commented on pull request #31: [MINSTALL-175] Drop MAT

olamy commented on PR #31:
URL: https://github.com/apache/maven-install-plugin/pull/31#issuecomment-1171955129

   As an Apache project we do not own the package `org.eclipse.aether` so we cannot promote the use of such package distributed in a `org.apache.maven groupId`.
   This was supposed to be a temporary transitional phase.
   It's now almost 7 years the project has been moved here. So as a transition phase we had enough time to change this aberration from our source code.
   This usage should be dead already after so many years. It looks to moving backward with such change.. 
   if the goal is remove some old dependencies we don't like (e.g the dependencies pulled by m-a-t) we can certainly exclude:
   ```
   <artifactId>maven-artifact-transfer-maven-3.0.x</artifactId>
   ```
   And even drop this module from our source code if we don't want to keep supporting it.
   But the history of the source here at Apache is remove the usage of org.eclipse as a package we distribute which again is totally wrong and we cannot keep promoting.
   
   


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