Skip to content

Commit abcbb99

Browse files
Giuseppe Falco-ScampatelliElvenSpellmaker
authored andcommitted
added extra configuration on spring boot maven plugin
Signed-off-by: Jack Blower <[email protected]>
1 parent 330c286 commit abcbb99

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

java/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,17 @@
246246
<groupId>org.springframework.boot</groupId>
247247
<artifactId>spring-boot-maven-plugin</artifactId>
248248
<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>
249260
</plugin>
250261
<plugin>
251262
<groupId>org.jacoco</groupId>

0 commit comments

Comments
 (0)