dushmis opened a new issue #559:
URL: https://github.com/apache/maven-mvnd/issues/559
while it works with mvn, with mvnd doesn't
```
<configuration>
<exceptions combine.children="append">
<exception>
<conflictingDependencies>
<dependency>
<groupId>...</groupId>
<artifactId>...</artifactId>
</dependency>
</conflictingDependencies>
<classes>
<class>...</class>
<class>...</class>
</classes>
</exception>
</exceptions>
</configuration>
```
--
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]