Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Jun 13, 2017

Conversation

jaikiran
Copy link
Member

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.

… while evaluating property references in Maven pom.xml
@asfgit asfgit merged commit c07d659 into apache:master Jun 13, 2017
@janmaterne
Copy link

merged, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants