-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Conversation
There was a problem hiding this 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.
b/247780706, where groupId needs to be discussed further. |
@suztomo Can you just add skip deploy config? |
@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). |
Talked with Mike. Deleting the module. We will regenerate the module once groupID is set. |
generation/print_root_pom.sh
Outdated
@@ -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 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed.
GroupId needs to be discussed further.
GroupId needs to be discussed further.