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

How to exclude sub project when running dependencyCheckAggregate #99

Closed
jrodguitar opened this issue Sep 5, 2018 · 4 comments
Closed
Milestone

Comments

@jrodguitar
Copy link

Hello,

i have been using this plugin, and it is working great, but i cannot exclude sub projects when running dependencyCheckAggregate.
if i do
dependencyCheck{
skip = true
}
in one sub project, it skips the entire scan.

any advise? thanks in advance.

@jeremylong
Copy link
Collaborator

Unfortunately, with the aggregate goal there is no way to skip a child-project. I'll put this on the list of future enhancements.

@yunj
Copy link
Contributor

yunj commented Mar 20, 2019

Hi @jrodguitar the latest M2 has the ability to exclude subprojects. You can define a list of subprojects’ paths for skipProjects in build.gradle at the root level of a multi-project. Please give it a try to see if it could meet your needs. Cheers

@jrodguitar
Copy link
Author

@yunj Thanks i will try it.

@lock
Copy link

lock bot commented Jun 6, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Jun 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants