arquillian / arquillian-governor

Arquillian Governor
Apache License 2.0
10 stars 11 forks source link

Updates to give system properties precedence over arquillian.xml #43

Closed hemanik closed 7 years ago

hemanik commented 7 years ago

Short description of what this resolves:

Whenever properties are provided as environment variables as well as in arquillian.xml , system properties should take precedence over arquillian.xml.

Changes proposed in this pull request:

Fixes: #41

smiklosovic commented 7 years ago

That's nice you have made it reusable but you are using that logic at three places. What about putting it into common class so it is only existing once?