Hi there,
I am trying really hard to get the setup going using tycho-maven-plugin so I can add later bundles of my liking such as workbench and forms.
So far so good. I mean, instead of the published org.eclipse.rap.rwt artifact I am using the one fetched from the p2 repository by Tycho.
Nonetheless things get interesting in regard to bundles with datestamps. The Tycho translation in theory could be:
<dependency>
<type>eclipse-plugin</type>
<groupId>org.eclipse.rap</groupId>
<artifactId>org.eclipse.rap.ui.workbench</artifactId>
<version>3.7.0-SNAPSHOT</version>
</dependency>
to fetch the following file: org.eclipse.rap.ui.workbench_3.7.0.20180926-0748.jar
But it is not happening and maven complains this dependency is not found.
In last resort I may be go ahead and install those bundles into my local repository, but it couldn't be as convenient and cool.
Does anybody know what may be going on?
Kind regards,
Guillermo C.