Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 47d9b18

Browse files
Stefan KockStefanKock
authored andcommitted
SORMAS-Foundation#3449: Removed superfluous jetty-maven-plugin
1 parent 2e523b4 commit 47d9b18

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

sormas-base/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<jackson.version>2.9.8</jackson.version>
1818
<swagger.version>2.1.2</swagger.version>
1919
<bouncycastle.version>1.66</bouncycastle.version>
20-
<jetty.plugin.version>9.2.3.v20140905</jetty.plugin.version>
2120
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2221
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2322
<!-- Versions used for release. Overwrite them in settings.xml for local development with different versions -->

sormas-ui/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -164,16 +164,6 @@
164164
WEB-INF/classes/VAADIN/widgetsets/WEB-INF/**</packagingExcludes>
165165
</configuration>
166166
</plugin>
167-
<!-- The Jetty plugin allows us to easily test the development build by
168-
running jetty:run on the command line. -->
169-
<plugin>
170-
<groupId>org.eclipse.jetty</groupId>
171-
<artifactId>jetty-maven-plugin</artifactId>
172-
<version>${jetty.plugin.version}</version>
173-
<configuration>
174-
<scanIntervalSeconds>2</scanIntervalSeconds>
175-
</configuration>
176-
</plugin>
177167
<plugin>
178168
<groupId>com.vaadin</groupId>
179169
<artifactId>vaadin-maven-plugin</artifactId>

0 commit comments

Comments
 (0)