jira-importer commented on issue #485: URL: https://github.com/apache/maven-deploy-plugin/issues/485#issuecomment-2771544916
**[Brian Jackson](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jaxzin)** commented Well I started writing a new ArtifactTransformation to handle this logic but I've hit a road block since I'm now discovering that Plexus isn't recognizing my class as an additional component when I add my project as a plugin dependency of maven-install-plugin or maven-deploy-plugin in my pom. So instead I got the source for maven-artifact-manager and tried adding it directly there. But it appears Maven loads these directly from the maven-2.0.x-uber.jar under M2_HOME instead of from the maven-artifact-manager jar from within my local m2 repository. This makes it impossible for me to test this without ripping apart the maven-2.0.x-uber.jar. Am I missing a simple way to override maven-artifact-manager? -- 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