We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98fc85 commit 23a26efCopy full SHA for 23a26ef
pom.xml
@@ -18,29 +18,5 @@
18
<scope>provided</scope>
19
</dependency>
20
</dependencies>
21
- <build>
22
- <plugins>
23
- <plugin>
24
- <groupId>org.apache.maven.plugins</groupId>
25
- <artifactId>maven-dependency-plugin</artifactId>
26
- <version>3.0.2</version>
27
- <executions>
28
- <execution>
29
- <phase>package</phase>
30
- <goals><goal>copy</goal></goals>
31
- <configuration>
32
- <artifactItems>
33
- <artifactItem>
34
- <groupId>com.github.jsimone</groupId>
35
- <artifactId>webapp-runner</artifactId>
36
- <version>8.5.23.0</version>
37
- <destFileName>webapp-runner.jar</destFileName>
38
- </artifactItem>
39
- </artifactItems>
40
- </configuration>
41
- </execution>
42
- </executions>
43
- </plugin>
44
- </plugins>
45
- </build>
+
46
</project>
0 commit comments