Armin Wegner created UIMA-4640:
----------------------------------

             Summary: 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
            Priority: Minor


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)

Reply via email to