cstamas commented on pull request #24:
URL:
https://github.com/apache/maven-artifact-transfer/pull/24#issuecomment-845740357
Hint for plugin developers: IF your plugin is Maven 3.1+ AND you care for
planet, then just exclude bits and make some penguins float longer on icebergs:
```xml
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-artifact-transfer</artifactId>
<version>2.0.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-artifact-transfer-maven-3.0.x</artifactId>
</exclusion>
</exclusions>
</dependency>
```
The rest of m-artifact-transfer should be unaffected.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]