From 992e0cf41c49d5c8d1852ccc1102c1c8b008e9a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=8A?= =?UTF-8?q?=D1=80=20=D0=9A=D1=83=D1=80=D1=82=D0=B0=D0=BA=D0=BE=D0=B2?= Date: Thu, 28 Nov 2024 13:50:12 +0200 Subject: [PATCH] Remove unknown parameters from mojos Fixes warnings in the log like: ``` 12:44:26 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.10:target-platform (default-target-platform)' 12:44:26 [WARNING] Parameter 'includePacked' is unknown for plugin 'tycho-p2-extras-plugin:4.0.10:mirror (mirror-org.eclipse.platform)' 12:44:26 [WARNING] Parameter 'includePacked' is unknown for plugin 'tycho-p2-extras-plugin:4.0.10:mirror (mirror-org.eclipse.platform.source)' ``` --- .../eclipse.platform.repository/pom.xml | 7 ------- .../equinox-sdk/pom.xml | 7 ------- 2 files changed, 14 deletions(-) diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml index f0d7a033519..fca1ed8519e 100644 --- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml +++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml @@ -36,15 +36,10 @@ org.eclipse.tycho target-platform-configuration - ${tycho.version} - - false - org.eclipse.tycho tycho-packaging-plugin - ${tycho.version} '${buildId}' @@ -223,7 +218,6 @@ true true - false @@ -275,7 +269,6 @@ true true - false diff --git a/eclipse.platform.releng.tychoeclipsebuilder/equinox-sdk/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/equinox-sdk/pom.xml index 23a6006fd51..3299aa7e0fc 100644 --- a/eclipse.platform.releng.tychoeclipsebuilder/equinox-sdk/pom.xml +++ b/eclipse.platform.releng.tychoeclipsebuilder/equinox-sdk/pom.xml @@ -57,13 +57,6 @@ org.eclipse.tycho target-platform-configuration - - true - false - - true - -