File tree Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Original file line number Diff line number Diff line change 295
295
<mavencentral .repo.url>https://repo.maven.apache.org/maven2/</mavencentral .repo.url>
296
296
297
297
<!-- Jakarta Staging repository -->
298
- <!-- Can be used for versions of Validation TCK/API -->
298
+ <!-- Can be used for versions of Validation TCK/API that are not yet available at Maven Central -->
299
+ <!-- This repository is currently not activated -->
299
300
<jakarta .staging.repo.id>jakarta-staging</jakarta .staging.repo.id>
300
301
<jakarta .staging.repo.url>https://jakarta.oss.sonatype.org/content/repositories/staging/</jakarta .staging.repo.url>
301
302
1620
1621
<tag >HEAD</tag >
1621
1622
</scm >
1622
1623
1623
- <repositories >
1624
- <repository >
1625
- <id >${jakarta.staging.repo.id} </id >
1626
- <name >Jakarta OSS Staging Repository</name >
1627
- <url >${jakarta.staging.repo.url} </url >
1628
- </repository >
1629
- </repositories >
1630
-
1631
1624
<distributionManagement >
1632
1625
<repository >
1633
1626
<id >${ossrh.releases.repo.id} </id >
1921
1914
</pluginManagement >
1922
1915
</build >
1923
1916
</profile >
1917
+ <profile >
1918
+ <id >jakarta-staging</id >
1919
+ <!-- Use something like: -->
1920
+ <!-- <activation><jdk>[17,)</jdk></activation> -->
1921
+ <!-- When needing to use this staging repository by default and hence activate the profile. -->
1922
+ <repositories >
1923
+ <repository >
1924
+ <id >${jakarta.staging.repo.id} </id >
1925
+ <name >Jakarta OSS Staging Repository</name >
1926
+ <url >${jakarta.staging.repo.url} </url >
1927
+ </repository >
1928
+ </repositories >
1929
+ </profile >
1924
1930
1925
1931
<profile >
1926
1932
<id >coverage</id >
You can’t perform that action at this time.
0 commit comments