-
Notifications
You must be signed in to change notification settings - Fork 116
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
common groupId for all specs and tcks #64
Comments
Signed-off-by: Mark Struberg <[email protected]>
I would not do that as modules should be self-contained. Whether you use a pure Microprofile or SCS (Self-Contained Systems) pattern or a mix of both, "self-contained" also means each module should be independent where possible, so updating config does not force others to be chaged. If the groupId was |
IC what you mean with the "specs" artifactId. |
moving them to the following groupId. Please speak out if you find a better name. org.eclipse.microprofile.apis |
This makes it easier for users to find all the specs Signed-off-by: Mark Struberg <[email protected]>
Currently we have a groupId of
org.eclipse.microprofile.config.specs
but it should imo beorg.eclipse.microprofile.specs
instead.Same for tcks.
The reason is that people will just have a single folder in maven.central where they can find all microprofile specs.
The text was updated successfully, but these errors were encountered: