From 4328561705716a8bcc4d469307808d0e5587cb3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Sun, 25 May 2025 09:13:27 +0200 Subject: [PATCH] Remove parent pom dependency --- Jenkinsfile | 13 ++++--------- pom.xml | 23 ++--------------------- 2 files changed, 6 insertions(+), 30 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5126716a..8aee3497 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,9 +7,6 @@ pipeline { agent { label "ubuntu-latest" } - environment { - MAVEN_OPTS = "-Dbuild.sysclasspath=ignore -Dincludeantruntime=false" - } tools { maven 'apache-maven-latest' jdk 'temurin-jdk17-latest' @@ -19,17 +16,15 @@ pipeline { steps { wrap([$class: 'Xvnc', useXauthority: true]) { sh """ - mvn clean verify --batch-mode --fail-at-end -Dmaven.repo.local=$WORKSPACE/.m2/repository \ - -Pbuild-individual-bundles -Pbree-libs -Papi-check \ - -DskipTests=false -Dcompare-version-with-baselines.skip=false \ - -Dproject.build.sourceEncoding=UTF-8 \ - -Dbuild.sysclasspath=ignore -Dincludeantruntime=false + mvn clean verify \ + --batch-mode \ + --fail-at-end \ + -Dmaven.repo.local=$WORKSPACE/.m2/repository """ } } post { always { - archiveArtifacts artifacts: '*.log,*/target/work/data/.metadata/*.log,*/tests/target/work/data/.metadata/*.log,apiAnalyzer-workspace/.metadata/*.log', allowEmptyArchive: true publishIssues issues:[scanForIssues(tool: java()), scanForIssues(tool: mavenConsole())] } } diff --git a/pom.xml b/pom.xml index 278a96c7..09150d7c 100644 --- a/pom.xml +++ b/pom.xml @@ -15,35 +15,16 @@ 4.0.0 - - org.eclipse - eclipse-platform-parent - 4.36.0-SNAPSHOT - ../eclipse-platform-parent - - eclipse.images org.eclipse.images.parent + 4.36.0-SNAPSHOT pom Eclipse Images - scm:git:https://github.com/eclipse-platform/eclipse.platform.images.git + UTF-8 - - - - true - - - true - - eclipse-hosted - https://repo.eclipse.org/content/repositories/eclipse/ - - - org.eclipse.images org.eclipse.images.renderer