Skip to content

<name>${project.groupId}:${project.artifactId}</name> can't parse result #664

@joker-pper

Description

@joker-pper

dependencies:

implementation 'org.brotli:dec:0.1.2'

pom:



  <parent>
    <groupId>org.brotli</groupId>
    <artifactId>parent</artifactId>
    <version>0.1.2</version>
  </parent>
  <artifactId>dec</artifactId>
  <version>0.1.2</version>
  <packaging>jar</packaging>

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

parse result :

${project.groupId}:${project.artifactId} (0.1.2) - MIT License

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions