You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A common pattern that I have seen is the use of zip archives containing protobuf sources
that are then added as a dependency by other projects.
Currently, if a Maven project wishes to create one of these ZIPs, it is a somewhat manual
process that involves setting up the Maven Archiver plugin in a specific way.
I think we could make that easier for users by potentially having a goal in this project that
concerns itself with generating these kinds of archives automatically.
One idea could be to introduce a new project packaging type that limits the Maven phases that get run so that only the required steps get called, e.g:
new featureA new user-facing feature.proposalIdeas and proposals that are not guaranteed to be implemented or provided.
1 participant
Converted from issue
This discussion was converted from issue #356 on November 17, 2024 09:22.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
A common pattern that I have seen is the use of
zip
archives containing protobuf sourcesthat are then added as a dependency by other projects.
Currently, if a Maven project wishes to create one of these ZIPs, it is a somewhat manual
process that involves setting up the Maven Archiver plugin in a specific way.
I think we could make that easier for users by potentially having a goal in this project that
concerns itself with generating these kinds of archives automatically.
One idea could be to introduce a new project packaging type that limits the Maven phases that get run so that only the required steps get called, e.g:
This would then be able to register the ZIP as the project artifact for deployment to a Maven Central registry or similar.
Beta Was this translation helpful? Give feedback.
All reactions