Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mvnd doesn't work with duplicate-finder-maven-plugin #559

Closed
dushmis opened this issue Jan 4, 2022 · 1 comment
Closed

mvnd doesn't work with duplicate-finder-maven-plugin #559

dushmis opened this issue Jan 4, 2022 · 1 comment

Comments

@dushmis
Copy link

dushmis commented Jan 4, 2022

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>
@dushmis dushmis changed the title duplicate-finder-maven-plugin isn't supported with mvnd mvnd doesn't work with duplicate-finder-maven-plugin Jan 4, 2022
@ppalaga
Copy link
Contributor

ppalaga commented Jan 4, 2022

Could you please complete the description by adding some steps to reproduce? A minimal reproducer project would be ideal. What does your "doesn't work" mean? Any stack traces or error messages?

@dushmis dushmis closed this as completed Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants