This repository was archived by the owner on May 5, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments