Skip to content
This repository was archived by the owner on Sep 7, 2023. It is now read-only.

Commit 8d141c0

Browse files
vmaxhaikalpribadi
authored andcommitted
Fix data in generated pom.xml (typedb#48)
## What is the goal of this PR? Fix typedb#26 Specify fields needed for Maven Central deployment ## What are the changes implemented in this PR? Specify `project_name`, `project_description`, `project_url` and `scm_url`
1 parent ef38f60 commit 8d141c0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

BUILD

+5-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,11 @@ assemble_maven(
7070
target = ":client-java",
7171
package = "client-java",
7272
version_file = "//:VERSION",
73-
workspace_refs = "@graknlabs_client_java_workspace_refs//:refs.json"
73+
workspace_refs = "@graknlabs_client_java_workspace_refs//:refs.json",
74+
project_name = "Grakn Client Java",
75+
project_description = "Grakn Client API for Java",
76+
project_url = "https://github.com/graknlabs/client-java",
77+
scm_url = "https://github.com/graknlabs/client-java",
7478
)
7579

7680
deploy_maven(

0 commit comments

Comments
 (0)