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 option to exclude subprojects from aggregated javadoc #727

Open
Flowdalic opened this issue Mar 1, 2023 · 0 comments
Open

Add option to exclude subprojects from aggregated javadoc #727

Flowdalic opened this issue Mar 1, 2023 · 0 comments

Comments

@Flowdalic
Copy link

Thanks for your aggregate javadoc plugin. I am currently in the process of migrating some projects of mine to buildSrc and your aggregate-javadoc plugin appears to be what I was looking for to replace an old javadocAll task of mine.

However, I would like to be able to exclude some subprojects from the aggregated javadoc. Ideally with a DSL that looks something like the following:

aggregatedJavadoc {
    excludedProjects = [
        'foo-integration-tests',
    ]
]
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

1 participant