Skip to content

Commit 9e04b01

Browse files
committed
maven package finish
1 parent a3c0966 commit 9e04b01

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,23 @@
7272
<groupId>org.springframework.boot</groupId>
7373
<artifactId>spring-boot-maven-plugin</artifactId>
7474
<configuration>
75+
<mainClass>org.ma5d.javamock.JavaMockApplication</mainClass>
76+
<skip>false</skip>
7577
<excludes>
7678
<exclude>
7779
<groupId>org.projectlombok</groupId>
7880
<artifactId>lombok</artifactId>
7981
</exclude>
8082
</excludes>
8183
</configuration>
84+
<executions>
85+
<execution>
86+
<id>repackage</id>
87+
<goals>
88+
<goal>repackage</goal>
89+
</goals>
90+
</execution>
91+
</executions>
8292
</plugin>
8393
</plugins>
8494
</build>

0 commit comments

Comments
 (0)