xhumanoid commented on issue #15: [MSHADE-223] - Endless processing with promoteTransitiveDependencies URL: https://github.com/apache/maven-shade-plugin/pull/15#issuecomment-560500384 @khmarbaise @rmannibucau Hi, any updates when it will merged? without this fix we have infinity loops with 2 artifact but different classifiers ``` <dependency> <groupId>groupId</groupId> <artifactId>artifactId</artifactId> <version>0.0.1</version> <scope>test</scope> </dependency> <dependency> <groupId>groupId</groupId> <artifactId>artifactId</artifactId> <version>0.0.1</version> <classifier>tests</classifier> <scope>test</scope> </dependency> ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
