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

chore: excluding java-maps-* modules #8776

Merged
merged 3 commits into from
Nov 14, 2022
Merged

chore: excluding java-maps-* modules #8776

merged 3 commits into from
Nov 14, 2022

Conversation

suztomo
Copy link
Member

@suztomo suztomo commented Nov 14, 2022

GroupId needs to be discussed further.

Copy link
Member

@meltsufin meltsufin left a comment

Choose a reason for hiding this comment

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

@suztomo Can you explain why?
This is going to skip the entire module when doing operations from the project root.

@suztomo
Copy link
Member Author

suztomo commented Nov 14, 2022

b/247780706, where groupId needs to be discussed further.

@meltsufin
Copy link
Member

@suztomo Can you just add skip deploy config?

@suztomo
Copy link
Member Author

suztomo commented Nov 14, 2022

@meltsufin I prefer removing the module from the root to figuring out the proper configuration to exclude. It's simpler than modifying pom.xml files. As you know Maven nexus deploy configuration is not simple. (Question about "-bom", "grpc-", and "proto-" artifacts).

@suztomo
Copy link
Member Author

suztomo commented Nov 14, 2022

Talked with Mike. Deleting the module. We will regenerate the module once groupID is set.

@suztomo suztomo added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 14, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 14, 2022
@@ -8,4 +8,6 @@ GENERATION_DIR=$(dirname -- "$0");
find . -mindepth 2 -maxdepth 2 -name pom.xml |sort --dictionary-order | xargs dirname \
|sed -e 's|./||' | xargs -I '{}' echo " <module>{}</module>" > /tmp/repo-modules.txt

sed -i.bak '/java-maps/d' /tmp/repo-modules.txt
Copy link
Member

Choose a reason for hiding this comment

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

No need for this anymore, right?

Copy link
Member Author

Choose a reason for hiding this comment

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

removed.

@suztomo suztomo added the automerge Merge the pull request once unit tests and other checks pass. label Nov 14, 2022
@gcf-merge-on-green gcf-merge-on-green bot merged commit 42c771c into main Nov 14, 2022
@gcf-merge-on-green gcf-merge-on-green bot deleted the exclude_maps branch November 14, 2022 18:32
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Nov 14, 2022
alicejli pushed a commit that referenced this pull request Nov 15, 2022
GroupId needs to be discussed further.
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.

4 participants