You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by jaikiran <gi...@git.apache.org> on 2017/06/13 05:42:35 UTC

[GitHub] ant-ivy pull request #44: IVY-1561 - Enhancement to take into account enviro...

GitHub user jaikiran opened a pull request:

    https://github.com/apache/ant-ivy/pull/44

    IVY-1561 - Enhancement to take into account environment and system properties while evaluation Maven pom property references

    The commit in this PR introduces the enhancement requested in https://issues.apache.org/jira/browse/IVY-1561 and includes a test case to verify it.
    
    Maven allows developers to refer to system properties and environment variables in the pom.xml file and those properties (of the form `${property}`) are evaluated by Maven by taking into account any environment variables or system properties set during that run. 
    
    Ivy, while creating a module descriptor out of pom.xml, didn't so far have this ability to account for environment variables and system properties while evaluating pom properties. The commit here introduces that ability.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jaikiran/ant-ivy ivy-1561

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ant-ivy/pull/44.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #44
    
----
commit c07d659cf8f7b16452472da6052a1de326bcb6a4
Author: Jaikiran Pai <ja...@gmail.com>
Date:   2017-06-13T05:27:53Z

    IVY-1561 Take into account environment variable and system properties while evaluating property references in Maven pom.xml

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


[GitHub] ant-ivy issue #44: IVY-1561 - Enhancement to take into account environment a...

Posted by janmaterne <gi...@git.apache.org>.
Github user janmaterne commented on the issue:

    https://github.com/apache/ant-ivy/pull/44
  
    merged, thanks


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


[GitHub] ant-ivy pull request #44: IVY-1561 - Enhancement to take into account enviro...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/ant-ivy/pull/44


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org