Weird name in Java pom #312

Closed
opened 2026-01-29 20:41:51 +00:00 by claunia · 2 comments
Owner

Originally created by @rubengees on GitHub (Apr 14, 2020).

The pom of brotli-java is having this name in it:

<name>${project.groupId}:${project.artifactId}</name>

I guess that's not intended. Can that be changed?

Originally created by @rubengees on GitHub (Apr 14, 2020). The [pom](https://repo1.maven.org/maven2/org/brotli/parent/0.1.2/parent-0.1.2.pom) of `brotli-java` is having this name in it: ``` <name>${project.groupId}:${project.artifactId}</name> ``` I guess that's not intended. Can that be changed?
Author
Owner

@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

@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
Author
Owner

@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

@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 "<name>org.brotli:dec</name>". I guess this would be a non-issue or can be closed
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#312