[
https://issues.apache.org/jira/browse/UIMA-4640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14960438#comment-14960438
]
Peter Klügl commented on UIMA-4640:
-----------------------------------
I already resolved this issue, but it would be great if you can verify the fix
for your use case (an reopen it if it is not solved for you). Btw, packages
should now also work for mtwls.
> ruta-maven-plugin's twl goal does not use the package name
> ----------------------------------------------------------
>
> Key: UIMA-4640
> URL: https://issues.apache.org/jira/browse/UIMA-4640
> Project: UIMA
> Issue Type: Bug
> Components: ruta
> Affects Versions: 2.3.1ruta
> Reporter: Armin Wegner
> Assignee: Peter Klügl
> Priority: Critical
> Fix For: 2.4.0ruta
>
>
> The twl goal takes a file from a folder specified in the pom and generates a
> word list in twl format. That file is always written to the top of the
> resources folder for generated resources. But it should be written to a
> subfolder of the resource folder reflecting the package structure.
> For example, if the simple list file resides in src/main/resources/my/package
> the corresponding twl file is written to
> target/generated-sources/ruta/resources. But it should be written to
> target/generated-sources/ruta/resources/my/package.
> This is very important for projects with many dependencies where different
> resources from different packages but with the same name can occur.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)