@@ -5,6 +5,7 @@ ossrh: https://oss.sonatype.org/content/repositories/snapshots
55sonatype_release: https://central.sonatype.com/api/v1/publisher/upload/
66sonatype_snapshots: https://central.sonatype.com/repository/maven-snapshots/
77sonatype_bearer: '${env;SONATYPE_BEARER}'
8+ -fixupmessages.sonatype: "*Deprecated Sonatype Publishing*"
89
910-connection-settings:\
1011 server; id = ${sonatype_release};\
@@ -55,24 +56,24 @@ sonatype_bearer: '${env;SONATYPE_BEARER}'
5556#-plugin.1.Eclipse:\
5657# aQute.bnd.repository.p2.provider.P2Repository; \
5758# url = https://download.eclipse.org/releases/2023-12/; \
58- # name = "Eclipse-4_30-2023-12"
59+ # name = "Eclipse-4_30-2023-12"
5960
6061# How to update to a different Eclipse Version?
6162# ---------------------------------------------
62- # 1. Uncomment '-plugin.1.Eclipse' above and refresh the Workspace
63- # to build the index.xml.gz of the P2 repo. This will download the P2 Repo and build the index.
63+ # 1. Uncomment '-plugin.1.Eclipse' above and refresh the Workspace
64+ # to build the index.xml.gz of the P2 repo. This will download the P2 Repo and build the index.
6465# Wait (some minutes) until a file cnf/cache/Eclipse-4_30-2023-12/index.xml.gz appears
6566# 2. then unzip the index.xml.gz into /cnf/ext
6667# 3. rename index.xml to eclipse.p2.xml.pobr
67- # 4. open eclipse.p2.xml.pobr and change the 'name' attribute inside <repository name='XZY'>
68+ # 4. open eclipse.p2.xml.pobr and change the 'name' attribute inside <repository name='XZY'>
6869# into something readable like above 'Eclipse-4_30-2023-12' which becomes the repo name
6970# 5. Refresh the workspace -> a new Repo will appear in the Repository browser
70- # 6. comment the repo '-plugin.1.Eclipse' above again, so that only
71+ # 6. comment the repo '-plugin.1.Eclipse' above again, so that only
7172# the new Repo eclipse.p2.xml.pobr is used.
7273# 7. check the file eclipse.p2-helper.xml.pobr which contains a few manually added dependencies
7374# from previous / older Eclipse version which are still needed, but dropped in more recent
7475# Eclipse versions. Those are mostly non-OSGi libs for which no OSGi-bundle exists on Maven Central
75- # but were OSGified by Eclipse team.
76+ # but were OSGified by Eclipse team.
7677# TODO we hope to simplify this process in the future
7778
7879
@@ -95,4 +96,4 @@ sonatype_bearer: '${env;SONATYPE_BEARER}'
9596-releaserepo.jfrog: ${if;${env;CANONICAL};JFrog}
9697-releaserepo.sonatype: ${if;${env;CANONICAL};${if;${env;SONATYPE};Sonatype}}
9798
98- -baselinerepo: Baseline
99+ # -baselinerepo: Baseline
0 commit comments