From 49199a4d86f9c8cce1bbcbb9462d96961e6a4f72 Mon Sep 17 00:00:00 2001 From: Holger Friedrich Date: Tue, 1 Oct 2024 21:10:34 +0200 Subject: [PATCH] Disable XbaseGenerated annotation where necessary Workaround for issue in xtext code generator in xtext 2.36, see eclipse/xtext#3182. Signed-off-by: Holger Friedrich --- bundles/org.openhab.core.model.rule/pom.xml | 3 +++ bundles/org.openhab.core.model.script/pom.xml | 3 +++ bundles/org.openhab.core.model.thing/pom.xml | 3 +++ 3 files changed, 9 insertions(+) diff --git a/bundles/org.openhab.core.model.rule/pom.xml b/bundles/org.openhab.core.model.rule/pom.xml index d2613fd4e..47d926b70 100644 --- a/bundles/org.openhab.core.model.rule/pom.xml +++ b/bundles/org.openhab.core.model.rule/pom.xml @@ -89,6 +89,9 @@ org.eclipse.xtend xtend-maven-plugin + + false + src diff --git a/bundles/org.openhab.core.model.script/pom.xml b/bundles/org.openhab.core.model.script/pom.xml index 740ae670d..8c2fc28c7 100644 --- a/bundles/org.openhab.core.model.script/pom.xml +++ b/bundles/org.openhab.core.model.script/pom.xml @@ -130,6 +130,9 @@ org.eclipse.xtend xtend-maven-plugin + + false + src diff --git a/bundles/org.openhab.core.model.thing/pom.xml b/bundles/org.openhab.core.model.thing/pom.xml index bf43d12fa..f852062a2 100644 --- a/bundles/org.openhab.core.model.thing/pom.xml +++ b/bundles/org.openhab.core.model.thing/pom.xml @@ -112,6 +112,9 @@ org.eclipse.xtend xtend-maven-plugin + + false + src