Skip to content

Commit

Permalink
Ardesco#14 Change deprecated systemProperties to systemPropertyVariables
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardesco committed Sep 18, 2015
1 parent 143ad55 commit d3339b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<configuration>
<parallel>methods</parallel>
<threadCount>${threads}</threadCount>
<systemProperties>
<systemPropertyVariables>
<browser>${browser}</browser>
<screenshotDirectory>${project.build.directory}/screenshots</screenshotDirectory>
<remoteDriver>${remote}</remoteDriver>
Expand All @@ -142,7 +142,7 @@
<webdriver.chrome.driver>${webdriver.chrome.driver}</webdriver.chrome.driver>
<webdriver.ie.driver>${webdriver.ie.driver}</webdriver.ie.driver>
<webdriver.opera.driver>${webdriver.opera.driver}</webdriver.opera.driver>
</systemProperties>
</systemPropertyVariables>
<includes>
<include>**/*WebDriver.java</include>
</includes>
Expand Down

0 comments on commit d3339b6

Please sign in to comment.