Skip to content

Commit

Permalink
chore: remove unecessary jetty-maven-plugin scan configuration (#13006)…
Browse files Browse the repository at this point in the history
… (#13016)

jetty-maven-plugins is configured to scan changes in source directory,
but this is not necessary to trigger automatic reload becuase the test
compiles the source code into `target/classes`, that is already watched
by the plugin.

Co-authored-by: Marco Collovati <[email protected]>
  • Loading branch information
vaadin-bot and mcollovati authored Feb 14, 2022
1 parent cfe2540 commit 4ce6fa7
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,7 @@
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<configuration>
<!-- Scan AppShell in 1 second intervals -->
<scanIntervalSeconds>1</scanIntervalSeconds>
<scanTargetPatterns>
<scanTargetPattern>
<directory>${project.basedir}/src/main/java</directory>
<includes>
<include>**/ThemeSwitchLiveReloadView.java</include>
</includes>
</scanTargetPattern>
</scanTargetPatterns>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 4ce6fa7

Please sign in to comment.