[ 
https://issues.apache.org/jira/browse/BUILDR-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12584546#action_12584546
 ] 

Yanko Ivanov commented on BUILDR-6:
-----------------------------------

Consider this simple example of "profile inheritance":

development: &development
    host: localhost
    log4j.logger.root: DEBUG

test:
    <<: *development
    host: staging-machine

production:
    <<: *development
    host: production-machine
    log4j.logger.root: INFO



I believe separate YAML files for each profile ("profile" meant as Maven build 
profile) will not make this easier.

Regards

> Build profiles
> --------------
>
>                 Key: BUILDR-6
>                 URL: https://issues.apache.org/jira/browse/BUILDR-6
>             Project: Buildr
>          Issue Type: New Feature
>          Components: Core features
>            Reporter: Yanko Ivanov
>            Assignee: Assaf Arkin
>             Fix For: 1.3
>
>         Attachments: profiles-r605291.patch
>
>
> Build profiles to provide different set of properties in respect to the 
> current Buildr.environment and include them automatically when  
> filtering resources.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to