Describe the bug
Artifact IDs for service and native-* modules are susceptible to naming collisions, which may lead to ambiguity or conflicts when resolving dependencies.
To Reproduce
Steps to reproduce the behavior:
- Go to Maven repo
- Observe the published artifact IDs.
Expected behavior
Artifact IDs should be uniquely identifiable when combined with the artifacts from other libraries and structured in a way that prevents collisions.
Suggestion:
add brotli4j- prefix to the artifact IDs of service and native-* modules.
Logs
N/A
Platform (please complete the following information):
N/A
Additional context
N/A
Describe the bug
Artifact IDs for service and native-* modules are susceptible to naming collisions, which may lead to ambiguity or conflicts when resolving dependencies.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Artifact IDs should be uniquely identifiable when combined with the artifacts from other libraries and structured in a way that prevents collisions.
Suggestion:
add
brotli4j-prefix to the artifact IDs ofserviceandnative-*modules.Logs
N/A
Platform (please complete the following information):
N/A
Additional context
N/A