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

Commit

Permalink
[cherry-pick] Disable live reload only for IT (#173) (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoCardoso authored May 20, 2020
1 parent 6f00cc6 commit 814c46e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 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

0 comments on commit 814c46e

Please sign in to comment.