Skip to content

Commit a0216bd

Browse files
authored
Bugfix: Maven 4 consumers need sonatypeOssDistMgmtStagingUrl to be defined
* bugfix: maven 4 consumers need `sonatypeOssDistMgmtStagingUrl` to be defined * chore: add actual values to `sonatypeOssDistMgmtStagingUrl` [backport] eclipse-ee4j#2420 to 4.x branch (eclipse-ee4j#2421)
1 parent 8fdbe96 commit a0216bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@
120120
<build.type>SNAPSHOT</build.type>
121121
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
122122
<build.qualifier>v${maven.build.timestamp}</build.qualifier>
123+
<sonatypeOssDistMgmtNexusUrl>https://jakarta.oss.sonatype.org/</sonatypeOssDistMgmtNexusUrl>
124+
<sonatypeOssDistMgmtStagingUrl>${sonatypeOssDistMgmtNexusUrl}content/repositories/staging/</sonatypeOssDistMgmtStagingUrl>
125+
123126
<bundle.version>${release.version}.${build.qualifier}</bundle.version>
124127
<project.build.testReports.settings>test-report-settings/surefire-report.properties</project.build.testReports.settings>
125128
<project.build.testReports.subdirectory>test-reports</project.build.testReports.subdirectory>

0 commit comments

Comments
 (0)