You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dorin Brage (JIRA)" <ji...@apache.org> on 2018/04/24 09:06:00 UTC

[jira] [Created] (ARCHETYPE-547) triple underline

Dorin Brage created ARCHETYPE-547:
-------------------------------------

             Summary: triple underline
                 Key: ARCHETYPE-547
                 URL: https://issues.apache.org/jira/browse/ARCHETYPE-547
             Project: Maven Archetype
          Issue Type: Bug
          Components: Archetypes
    Affects Versions: 3.0.1
            Reporter: Dorin Brage


Let's say you have the next path
{code:java}
/src/main/resources/50____rootArtifactId__.ui/
|---local___rootArtifactId__.properties
|---prod___rootArtifactId__.properties  {code}
I want to achieve 

 
{code:java}
/src/main/resources/50_demoApp.ui/
|---local_demoApp.ui.properties
|---prod_demoApp.ui.properties  
{code}
The console output

 
{code:java}
[WARNING] Property '_rootArtifactId' was not specified, so the token in 'src/main/resources/////50___rootArtifactId__.ui/local___rootArtifactId__.properties
{code}
 

Workaround 

Avoid adding as a prefix/suffix extra underlines
{code:java}
50.__rootArtifactId__.ui
{code}
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)