Skip to content

Commit 1853c82

Browse files
committed
Remove now unused POM-enrichment for publication to Maven-Central
And downgrade the JDK used in the publishToMaven Jenkins pipeline as we don't need the latest Java-22/23 features anymore, i.e. the ability to launch multi-file source-code programs. Follow-up on - #3035
1 parent 0ab4209 commit 1853c82

File tree

7 files changed

+2
-371
lines changed

7 files changed

+2
-371
lines changed

JenkinsJobs/Releng/publishToMaven.jenkinsfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pipeline {
1010
label 'basic'
1111
}
1212
tools {
13-
jdk 'temurin-jdk23-latest'
13+
jdk 'temurin-jdk21-latest'
1414
maven 'apache-maven-latest'
1515
}
1616
environment {
@@ -31,8 +31,7 @@ pipeline {
3131
echo "==== Install and run the CBI aggregator ===="
3232

3333
DIR_AGGREGATOR="${WORKSPACE}/tools/aggregator"
34-
MAVEN_PUBLISH_BASE="${WORKSPACE}/git-repo/eclipse.platform.releng/publish-to-maven-central"
35-
FILE_SDK_AGGR="${MAVEN_PUBLISH_BASE}/SDK4Mvn.aggr"
34+
FILE_SDK_AGGR="${WORKSPACE}/git-repo/eclipse.platform.releng/publish-to-maven-central/SDK4Mvn.aggr"
3635

3736
# Set whether this is a snapshot build or not
3837
if [ "${snapshotOrRelease}" = "-snapshot" ]; then

eclipse.platform.releng/publish-to-maven-central/.classpath

Lines changed: 0 additions & 6 deletions
This file was deleted.

eclipse.platform.releng/publish-to-maven-central/.project

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@
55
<projects>
66
</projects>
77
<buildSpec>
8-
<buildCommand>
9-
<name>org.eclipse.jdt.core.javabuilder</name>
10-
<arguments>
11-
</arguments>
12-
</buildCommand>
138
</buildSpec>
149
<natures>
15-
<nature>org.eclipse.jdt.core.javanature</nature>
1610
</natures>
1711
</projectDescription>

eclipse.platform.releng/publish-to-maven-central/.settings/org.eclipse.jdt.core.prefs

Lines changed: 0 additions & 14 deletions
This file was deleted.

eclipse.platform.releng/publish-to-maven-central/src/org/eclipse/platform/releng/maven/pom/ArtifactInfo.java

Lines changed: 0 additions & 140 deletions
This file was deleted.

eclipse.platform.releng/publish-to-maven-central/src/org/eclipse/platform/releng/maven/pom/EnrichPoms.java

Lines changed: 0 additions & 136 deletions
This file was deleted.

eclipse.platform.releng/publish-to-maven-central/src/org/eclipse/platform/releng/maven/pom/ManifestReader.java

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)