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

Add a parameter to detect compile scope dependencies that are only used for testing #35

Closed
cesarsotovalero opened this issue Mar 9, 2021 · 0 comments
Assignees
Labels
feature New feature request

Comments

@cesarsotovalero
Copy link
Collaborator

At this moment, DepClean analyzes the project's bytecode located in target/classes and target/test-classes. It is desirable to have a parameter that allows to not analyze bytecode classes used for testing in the project. This way, the dependencies that are only used for testing will be considered unused.

This parameter is useful to detect dependencies that have a compile scope but are only used for testing. Hence, these dependencies should have a test scope.

@cesarsotovalero cesarsotovalero added the feature New feature request label Mar 9, 2021
@cesarsotovalero cesarsotovalero self-assigned this Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request
Projects
None yet
Development

No branches or pull requests

1 participant