Skip to content

Commit

Permalink
Fill up required POM fields. (#31)
Browse files Browse the repository at this point in the history
* Fill up required POM fields.

* Make URL a URL
  • Loading branch information
anuraaga authored Dec 12, 2020
1 parent 22fc85b commit 9cbf158
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,11 @@ allprojects {
}

pom {
name.set("AWS Distro for OpenTelemetry Java Agent")
description.set(
"The Amazon Web Services distribution of the OpenTelemetry Java Instrumentation."
)
url.set("https:/github.com/aws-observability/aws-otel-java-instrumentation")

licenses {
license {
Expand All @@ -190,6 +192,12 @@ allprojects {
roles.add("developer")
}
}

scm {
connection.set("scm:git:[email protected]:aws-observability/aws-otel-java-instrumentation.git")
developerConnection.set("scm:git:[email protected]:aws-observability/aws-otel-java-instrumentation.git")
url.set("https://github.com/aws-observability/aws-otel-java-instrumentation.git")
}
}
}
}
Expand Down

0 comments on commit 9cbf158

Please sign in to comment.