|
|
|
|
|
|
|
|
Re: Xtext & Xtend Release 2.27.0 is available now [message #1853902 is a reply to message #1852792] |
Thu, 21 July 2022 12:22  |
Eclipse User |
|
|
|
Hi,
finally I found the relevant portion of code:
Adding
<!-- without this the downstream projects would also need to use tycho -->
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-packaging-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<skipPomGeneration>true</skipPomGeneration>
</configuration>
</plugin>
in the DSL's parent pom, the projects using the languages no longer need the tycho plugin, as it was the case with 2.26.0 and prior.
So yes, that workaround works for me.
Best regards,
Michael
|
|
|
Powered by
FUDForum. Page generated in 0.06153 seconds