File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 240
240
<version .org.wildfly.core>14.0.0.Final</version .org.wildfly.core>
241
241
<version .wildfly-patch-gen.plugin>2.1.0.Final</version .wildfly-patch-gen.plugin>
242
242
<version .wildfly-patch-gen.plugin.woodstox>5.0.3</version .wildfly-patch-gen.plugin.woodstox>
243
+ <version .nexus-staging-maven-plugin>1.6.8</version .nexus-staging-maven-plugin>
243
244
244
245
<!-- Forbidden API related properties -->
245
246
<forbiddenapis-junit .path>forbidden-junit.txt</forbiddenapis-junit .path>
945
946
<plugin >
946
947
<artifactId >maven-deploy-plugin</artifactId >
947
948
<version >${version.deploy.plugin} </version >
949
+ <configuration >
950
+ <!-- we use the nexus-staging plugin -->
951
+ <skip >true</skip >
952
+ </configuration >
948
953
</plugin >
949
954
<plugin >
950
955
<artifactId >maven-resources-plugin</artifactId >
1251
1256
</execution >
1252
1257
</executions >
1253
1258
</plugin >
1259
+ <plugin >
1260
+ <groupId >org.sonatype.plugins</groupId >
1261
+ <artifactId >nexus-staging-maven-plugin</artifactId >
1262
+ <version >${version.nexus-staging-maven-plugin} </version >
1263
+ <extensions >true</extensions >
1264
+ <configuration >
1265
+ <nexusUrl >${ossrh.releases.repo.baseUrl} </nexusUrl >
1266
+ <serverId >${ossrh.releases.repo.id} </serverId >
1267
+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
1268
+ </configuration >
1269
+ </plugin >
1254
1270
</plugins >
1255
1271
</build >
1256
1272
</profile >
You can’t perform that action at this time.
0 commit comments