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:07:00 UTC

[jira] [Updated] (ARCHETYPE-547) triple underlines

     [ https://issues.apache.org/jira/browse/ARCHETYPE-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dorin Brage updated ARCHETYPE-547:
----------------------------------
    Summary: triple underlines  (was: triple underline)

> triple underlines
> -----------------
>
>                 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
>            Priority: Major
>
> 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)