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 2246a8e commit 88a9568Copy full SHA for 88a9568
spring-boot-samples/spring-boot-sample-jetty/pom.xml
@@ -17,6 +17,7 @@
17
</organization>
18
<properties>
19
<main.basedir>${basedir}/../..</main.basedir>
20
+ <start-class>sample.jetty.SampleJettyApplication</start-class>
21
</properties>
22
<dependencies>
23
<dependency>
@@ -40,8 +41,8 @@
40
41
<build>
42
<plugins>
43
<plugin>
- <groupId>org.springframework.boot</groupId>
44
- <artifactId>spring-boot-maven-plugin</artifactId>
+ <groupId>org.apache.maven.plugins</groupId>
45
+ <artifactId>maven-shade-plugin</artifactId>
46
</plugin>
47
</plugins>
48
</build>
0 commit comments