We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6893c34 commit d3259f6Copy full SHA for d3259f6
pom.xml
@@ -190,6 +190,27 @@
190
<failOnMissingWebXml>false</failOnMissingWebXml>
191
</configuration>
192
</plugin>
193
+ <plugin>
194
+ <groupId>org.apache.maven.plugins</groupId>
195
+ <artifactId>maven-dependency-plugin</artifactId>
196
+ <version>2.3</version>
197
+ <executions>
198
+ <execution>
199
+ <phase>package</phase>
200
+ <goals><goal>copy</goal></goals>
201
+ <configuration>
202
+ <artifactItems>
203
+ <artifactItem>
204
+ <groupId>com.github.jsimone</groupId>
205
+ <artifactId>webapp-runner</artifactId>
206
+ <version>8.0.30.2</version>
207
+ <destFileName>webapp-runner.jar</destFileName>
208
+ </artifactItem>
209
+ </artifactItems>
210
+ </configuration>
211
+ </execution>
212
+ </executions>
213
+ </plugin>
214
215
</plugins>
216
</build>
0 commit comments