We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3c0966 commit 9e04b01Copy full SHA for 9e04b01
1 file changed
pom.xml
@@ -72,13 +72,23 @@
72
<groupId>org.springframework.boot</groupId>
73
<artifactId>spring-boot-maven-plugin</artifactId>
74
<configuration>
75
+ <mainClass>org.ma5d.javamock.JavaMockApplication</mainClass>
76
+ <skip>false</skip>
77
<excludes>
78
<exclude>
79
<groupId>org.projectlombok</groupId>
80
<artifactId>lombok</artifactId>
81
</exclude>
82
</excludes>
83
</configuration>
84
+ <executions>
85
+ <execution>
86
+ <id>repackage</id>
87
+ <goals>
88
+ <goal>repackage</goal>
89
+ </goals>
90
+ </execution>
91
+ </executions>
92
</plugin>
93
</plugins>
94
</build>
0 commit comments