Skip to content

Commit 6e2d272

Browse files
Update pom with Njord extension for deployment.
1 parent 6084246 commit 6e2d272

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

pom.xml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333

3434
<distributionManagement>
3535
<snapshotRepository>
36-
<id>ossrh</id>
37-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
36+
<id>sonatype-central</id>
37+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
3838
</snapshotRepository>
3939
<repository>
40-
<id>ossrh</id>
41-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
40+
<id>sonatype-central</id>
41+
<url>https://repo.maven.apache.org/maven2</url>
4242
</repository>
4343
</distributionManagement>
4444

@@ -64,9 +64,10 @@
6464
</developers>
6565

6666
<properties>
67-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
68-
<maven.test.jvmargs></maven.test.jvmargs>
6967
<maven.compiler.release>8</maven.compiler.release>
68+
<maven.test.jvmargs></maven.test.jvmargs>
69+
<njord.version>0.8.5</njord.version>
70+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7071
</properties>
7172

7273
<dependencies>
@@ -102,6 +103,13 @@
102103
</excludes>
103104
</testResource>
104105
</testResources>
106+
<extensions>
107+
<extension>
108+
<groupId>eu.maveniverse.maven.njord</groupId>
109+
<artifactId>extension3</artifactId>
110+
<version>${njord.version}</version>
111+
</extension>
112+
</extensions>
105113
<plugins>
106114
<plugin>
107115
<groupId>org.apache.maven.plugins</groupId>
@@ -175,7 +183,9 @@
175183
<artifactId>maven-javadoc-plugin</artifactId>
176184
<version>3.12.0</version>
177185
<configuration>
186+
<doclint>none</doclint>
178187
<excludePackageNames>org.freedesktop.gstreamer.lowlevel</excludePackageNames>
188+
<release>8</release>
179189
</configuration>
180190
<executions>
181191
<execution>

0 commit comments

Comments
 (0)