[
https://issues.apache.org/jira/browse/UIMA-2553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13562156#comment-13562156
]
Richard Eckart de Castilho commented on UIMA-2553:
--------------------------------------------------
The plugin can also make use of the legacy support when configured as follows:
{noformat}
<plugin>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-maven-plugin</artifactId>
<version>2.0.0-SNAPSHOT</version>
<executions>
<execution>
<id>default</id>
<phase>process-resources</phase>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
<dependencies>
<!-- Enable support for legacy annotations -->
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-legacy-support</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.uimafit</groupId>
<artifactId>uimafit</artifactId>
<version>1.4.0</version>
</dependency>
</dependencies>
</plugin>
{noformat}
> Maven plugin to generate component descriptors from uimaFIT annotations at
> build time
> -------------------------------------------------------------------------------------
>
> Key: UIMA-2553
> URL: https://issues.apache.org/jira/browse/UIMA-2553
> Project: UIMA
> Issue Type: New Feature
> Components: uimafit
> Reporter: Richard Eckart de Castilho
> Assignee: Richard Eckart de Castilho
> Fix For: 2.0.0uimaFIT
>
>
> Some users would like to use the uimaFIT annotations but still need XML
> descriptors. A Maven plugin which can be used to generate XML descriptors for
> annotated components at build time would be very convenient.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira