-
Notifications
You must be signed in to change notification settings - Fork 14
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
Change groupId of project to za.co.absa.enceladus #1090
Labels
Conformance
Conformance Job affected
Menas
Menas component affected
priority: medium
Important but not urgent
refactoring
Improving code quality, paying off tech debt, aligning API, cleanup of unused code
Standardization
Standardization Job affected
Milestone
Comments
GeorgiChochov
added
Conformance
Conformance Job affected
Menas
Menas component affected
priority: medium
Important but not urgent
refactoring
Improving code quality, paying off tech debt, aligning API, cleanup of unused code
Standardization
Standardization Job affected
labels
Dec 4, 2019
GeorgiChochov
added a commit
that referenced
this issue
Dec 5, 2019
GeorgiChochov
added a commit
that referenced
this issue
Dec 5, 2019
GeorgiChochov
added a commit
that referenced
this issue
Dec 5, 2019
GeorgiChochov
added a commit
that referenced
this issue
Dec 17, 2019
GeorgiChochov
added a commit
that referenced
this issue
Dec 17, 2019
GeorgiChochov
added a commit
that referenced
this issue
Dec 17, 2019
GeorgiChochov
added a commit
that referenced
this issue
Dec 17, 2019
Co-Authored-By: Ruslan Yushchenko <yruslan@gmail.com>
GeorgiChochov
added a commit
that referenced
this issue
Dec 18, 2019
Release notes |
yruslan
pushed a commit
that referenced
this issue
Jan 13, 2020
benedeki
pushed a commit
that referenced
this issue
Feb 4, 2020
benedeki
pushed a commit
that referenced
this issue
Mar 20, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Conformance
Conformance Job affected
Menas
Menas component affected
priority: medium
Important but not urgent
refactoring
Improving code quality, paying off tech debt, aligning API, cleanup of unused code
Standardization
Standardization Job affected
Background
Currently, the project's
groupId
is the general organizationza.co.absa
and each module has a prefixenceladus-
. This floods the maven central organization page and makes it harder to find just theenceladus
modules. Spline and Cobirx, for example, avoid this by having thegroupId
asza.co.absa.spline
andza.co.absa.cobrix
to group the modules into the same space in maven.Feature
We should change the
groupId
of the project toza.co.absa.enceladus
to make this consistent with our other projects and to group the modules correctly in maven.The text was updated successfully, but these errors were encountered: