Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
Disable live reload only for IT (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarezguille authored Apr 8, 2020
1 parent 253f9c5 commit d0d7861
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,12 @@
<configuration>
<daemon>true</daemon>
<scanIntervalSeconds>0</scanIntervalSeconds>
<systemProperties>
<systemProperty>
<name>vaadin.devmode.liveReload.enabled</name>
<value>false</value>
</systemProperty>
</systemProperties>
</configuration>
</execution>
<execution>
Expand Down Expand Up @@ -248,7 +254,6 @@
<configuration>
<systemPropertyVariables>
<webdriver.chrome.driver>${webdriver.chrome.driver}</webdriver.chrome.driver>
<vaadin.devmode.liveReload.enabled>false</vaadin.devmode.liveReload.enabled>
</systemPropertyVariables>
</configuration>
</plugin>
Expand Down

0 comments on commit d0d7861

Please sign in to comment.