Skip to content

Remove rsocket-examples from generated BOM. #715

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

Conversation

franzbecker
Copy link
Contributor

Fixes #714

@franzbecker franzbecker force-pushed the feature/issue-714_remove-rsocket-examples-from-bom branch from 34d1fcf to b30dacc Compare November 11, 2019 16:53
@@ -24,7 +24,7 @@ description = 'RSocket Java Bill of materials.'

dependencies {
constraints {
parent.subprojects.findAll { it.name != project.name }.sort { "$it.name" }.each {
parent.subprojects.findAll { it.name != project.name && it.name != "rsocket-examples" }.sort { "$it.name" }.each {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alternatively you could create a more generic logic that goes something like this:

        parent.subprojects.findAll { it.name != project.name }.sort { "$it.name" }.each { subproject ->
            subproject.plugins.withType(MavenPublishPlugin.class) {
                api subproject
            }
        }

@OlegDokuka
Copy link
Member

Looks good. Thanks for contribution

@OlegDokuka OlegDokuka merged commit 2f36a7c into rsocket:develop Nov 14, 2019
@franzbecker
Copy link
Contributor Author

@OlegDokuka would you mind releasing that change as another RC or could you tell me when you plan to release the next one? Thanks!

@franzbecker franzbecker deleted the feature/issue-714_remove-rsocket-examples-from-bom branch November 20, 2019 14:45
OlegDokuka pushed a commit that referenced this pull request Mar 2, 2020
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

Successfully merging this pull request may close these issues.

rsocket-bom includes unreleased artifacts
2 participants