File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed
Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change 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
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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments