mirror of
https://github.com/google/brotli.git
synced 2026-09-22 06:35:52 +00:00
Weird name in Java pom #312
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rubengees on GitHub (Apr 14, 2020).
The pom of
brotli-javais having this name in it:I guess that's not intended. Can that be changed?
@eustas commented on GitHub (Apr 15, 2020):
Not sure, but it seem to be somehow related to publishing library to maven repo: https://github.com/google/brotli/pull/514/files
@beppo-sturmtief commented on GitHub (Sep 14, 2020):
Hi, i presume this is intended - that syntax uses maven properties of the project and the maven build will replace those values accordingly. Specifically these are the maven group id (derived as "org.brotli" from the parent pom) and artifact id ("dec") resulting in "org.brotli:dec".
I guess this would be a non-issue or can be closed