From bfe3af9544d844f47f3e487131a6908f3a0214a2 Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Fri, 10 Apr 2026 21:43:58 +0200 Subject: [PATCH] [Build] Remove Maven prerequisites intended for maven-plugin projects Removing the prerequisites removes the warning, which states: ''' The project org.eclipse:eclipse-platform-parent:pom:4.40.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. ''' --- eclipse-platform-parent/pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml index 6ad16746258..29bbdbd0d72 100644 --- a/eclipse-platform-parent/pom.xml +++ b/eclipse-platform-parent/pom.xml @@ -21,9 +21,6 @@ eclipse-platform-parent 4.40.0-SNAPSHOT pom - - 3.9.9 -