Skip to content
This repository was archived by the owner on Oct 29, 2021. It is now read-only.

Commit 810b8a1

Browse files
authored
Use nexus artifact manager (#7)
1 parent 75554fb commit 810b8a1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,10 +274,13 @@
274274
</pluginManagement>
275275
</build>
276276
<distributionManagement>
277+
<snapshotRepository>
278+
<id>sonatype-nexus-snapshots</id>
279+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
280+
</snapshotRepository>
277281
<repository>
278-
<id>github</id>
279-
<name>GitHub OWNER Apache Maven Packages</name>
280-
<url>https://maven.pkg.github.com/elastic/opentelemetry-maven-extension</url>
282+
<id>sonatype-nexus-staging</id>
283+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
281284
</repository>
282285
</distributionManagement>
283286
<scm>

0 commit comments

Comments
 (0)