Skip to content

Commit

Permalink
Remove obsolete property/system variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardesco committed Feb 28, 2015
1 parent e00684b commit c51a111
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<env.config>local</env.config>
<browser>firefox</browser>
<threads>1</threads>
<standalone.binary.root.folder>${project.basedir}/src/test/resources/selenium_standalone_binaries</standalone.binary.root.folder>
Expand Down Expand Up @@ -118,7 +117,6 @@
<parallel>methods</parallel>
<threadCount>${threads}</threadCount>
<systemProperties>
<env.config>${env.config}</env.config>
<browser>${browser}</browser>
<binaryRootFolder>${standalone.binary.root.folder}</binaryRootFolder>
<screenshotDirectory>${project.build.directory}/screenshots</screenshotDirectory>
Expand Down

0 comments on commit c51a111

Please sign in to comment.