Skip to content

Commit 9cbf158

Browse files
authored
Fill up required POM fields. (#31)
* Fill up required POM fields. * Make URL a URL
1 parent 22fc85b commit 9cbf158

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build.gradle.kts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,11 @@ allprojects {
170170
}
171171

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

177179
licenses {
178180
license {
@@ -190,6 +192,12 @@ allprojects {
190192
roles.add("developer")
191193
}
192194
}
195+
196+
scm {
197+
connection.set("scm:git:[email protected]:aws-observability/aws-otel-java-instrumentation.git")
198+
developerConnection.set("scm:git:[email protected]:aws-observability/aws-otel-java-instrumentation.git")
199+
url.set("https://github.com/aws-observability/aws-otel-java-instrumentation.git")
200+
}
193201
}
194202
}
195203
}

0 commit comments

Comments
 (0)