Hi,
it's the same procedure as for the UIMA update site. You need to add
some properties to the settings.xml in your .m2 folder (most often found
in the folder for the local user). Here's an excerpt of my settings.xml:
<profile>
<id>local-build-configuration</id>
<properties>
<uima-maven-build-eclipse-home>D:/work/eclipse</uima-maven-build-eclipse-home>
<eclipse-equinox-launcher>D:/work/eclipse/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar</eclipse-equinox-launcher>
<uima-eclipse-jar-processor>${uima-maven-build-eclipse-home}/plugins/org.eclipse.equinox.p2.jarprocessor_1.0.200.v20110815-1438.jar</uima-eclipse-jar-processor>
<gpg.useagent>true</gpg.useagent>
</properties>
</profile>
...
<activeProfiles>
<activeProfile>local-build-configuration</activeProfile>
</activeProfiles>
You need to replace the paths and the version of the Eclipse plugins.
This information can be found here:
http://uima.apache.org/eclipse-update-site.html#Releasing an update to
the Eclipse Update Site
Best,
Peter
Am 14.11.2014 10:18, schrieb Silvestre Losada:
> Hi All,
>
> I'm trying to generate eclipse update site for UIMA current Ruta version
> 2.2.2-SNAPSHOT. There is a project ruta-eclipse-update-site when I try to
> use it, is asking me to set-up different properties on several files.
> Now there is an error related that is related to the property,
> uima-eclipse-jar-processor in settigns file. could you advise to me on how
> add this property.
>
> thanks in advance.
>