You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Karl Pauls (JIRA)" <ji...@apache.org> on 2019/06/17 12:56:01 UTC

[jira] [Closed] (SLING-8221) Feature model does not override from command line a property if set in pom.xml

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

Karl Pauls closed SLING-8221.
-----------------------------

> Feature model does not override from command line a property if set in pom.xml
> ------------------------------------------------------------------------------
>
>                 Key: SLING-8221
>                 URL: https://issues.apache.org/jira/browse/SLING-8221
>             Project: Sling
>          Issue Type: Bug
>          Components: Feature Model
>    Affects Versions: Slingstart Maven Plugin 1.8.2, slingfeature-maven-plugin 0.8.0
>            Reporter: Davide Giannella
>            Assignee: David Bosschaert
>            Priority: Major
>             Fix For: Slingstart Maven Plugin 1.8.4, slingfeature-maven-plugin 1.0.0
>
>
> If you set a property in the pom.xml in the format of
> {code:xml}
> <properties>
>   <oak.version>1.2.3</oak.version>
> </properties>
> {code}
> and you use it in a json file to specify a dependency
> {code}
>    ...
>     {
>       "id":"org.apache.jackrabbit:oak-core-spi:${oak.version}",
>       "start-level":"15"
>     },
>    ...
> {code}
> if you then try to override it from command line with something like
> {noformat}
> mvn clean verify -Doak.version=4.5.6
> {noformat}
> the generated jar will eventually have the version {{1.2.3}}
>  
> /cc [~bosschaert], [~kpauls]



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