Skip to content

The pom.xml generated by 'bazel build //:assemble-maven' contains missing info #26

@lolski

Description

@lolski

Description

The pom.xml generated during Maven assembly or deployment contains missing information.

Environment

  1. OS (where Grakn server runs): N/A
  2. Grakn version (and platform): N/A
  3. Other environment details:

Reproducible Steps

$ bazel build //:assemble-maven
$ cat bazel-bin/pom.xml

Expected Output

<scm>
<connection>http://github.com/graknlabs/client-java</connection>
<developerConnection>http://github.com/graknlabs/client-java</developerConnection>
<tag>1.5.3</tag>
<url>http://github.com/graknlabs/client-java</url>
</scm>

Actual Output

<scm>
<connection>PROJECT_URL</connection>
<developerConnection>PROJECT_URL</developerConnection>
<tag>1.5.3</tag>
<url>PROJECT_URL</url>
</scm>

Additional information

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions