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 330c286 commit abcbb99Copy full SHA for abcbb99
java/pom.xml
@@ -246,6 +246,17 @@
246
<groupId>org.springframework.boot</groupId>
247
<artifactId>spring-boot-maven-plugin</artifactId>
248
<version>${spring.boot.version}</version>
249
+ <configuration>
250
+ <mainClass>com.amido.stacks.workloads.Application</mainClass>
251
+ <layout>JAR</layout>
252
+ </configuration>
253
+ <executions>
254
+ <execution>
255
+ <goals>
256
+ <goal>repackage</goal>
257
+ </goals>
258
+ </execution>
259
+ </executions>
260
</plugin>
261
<plugin>
262
<groupId>org.jacoco</groupId>
0 commit comments