Spring Boot repackage goal was executing twice
This commit is contained in:
parent
88d3ce5016
commit
79879fadf3
@ -51,13 +51,7 @@
|
||||
<executions>
|
||||
<!-- Repackage as executable JAR (java -jar) -->
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>repackage</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<finalName>${project.artifactId}</finalName>
|
||||
<mainClass>com.charego.lingo.server.LingoServer</mainClass>
|
||||
</configuration>
|
||||
<id>repackage</id>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
Loading…
x
Reference in New Issue
Block a user