Charlie Mordant created ARCHETYPE-452:
-----------------------------------------

             Summary: Dynamic folder template keep dots instead of replacing it 
by slashes
                 Key: ARCHETYPE-452
                 URL: https://jira.codehaus.org/browse/ARCHETYPE-452
             Project: Maven Archetype
          Issue Type: Bug
          Components: Generator
    Affects Versions: 2.2
            Reporter: Charlie Mordant
            Priority: Critical


I didn't succeed to generate dynamic folders correctly: I tried to use this 
syntax: src/main/java/__package__/model.
Unfortunately, for packages with dots (com.mycompany) they aren't replaced by 
slashes (same when using __artifactId__ or other variable).

Generating src/main/java/com.mycompany/model instead of 
src/main/java/com/mycompany/model

My bests



--
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

Reply via email to