Skip to content

Commit

Permalink
Disable XbaseGenerated annotation where necessary
Browse files Browse the repository at this point in the history
Workaround for issue in xtext code generator in xtext 2.36, see
eclipse-xtext/xtext#3182.

Signed-off-by: Holger Friedrich <[email protected]>
  • Loading branch information
holgerfriedrich authored and wborn committed Oct 5, 2024
1 parent c25d67a commit 49199a4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bundles/org.openhab.core.model.rule/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@
<plugin>
<groupId>org.eclipse.xtend</groupId>
<artifactId>xtend-maven-plugin</artifactId>
<configuration>
<useXbaseGenerated>false</useXbaseGenerated>
</configuration>
</plugin>
</plugins>
<sourceDirectory>src</sourceDirectory>
Expand Down
3 changes: 3 additions & 0 deletions bundles/org.openhab.core.model.script/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@
<plugin>
<groupId>org.eclipse.xtend</groupId>
<artifactId>xtend-maven-plugin</artifactId>
<configuration>
<useXbaseGenerated>false</useXbaseGenerated>
</configuration>
</plugin>
</plugins>
<sourceDirectory>src</sourceDirectory>
Expand Down
3 changes: 3 additions & 0 deletions bundles/org.openhab.core.model.thing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@
<plugin>
<groupId>org.eclipse.xtend</groupId>
<artifactId>xtend-maven-plugin</artifactId>
<configuration>
<useXbaseGenerated>false</useXbaseGenerated>
</configuration>
</plugin>
</plugins>
<sourceDirectory>src</sourceDirectory>
Expand Down

0 comments on commit 49199a4

Please sign in to comment.