TSK-1158: disabled forking for Spring Boot process in pom.xml.
This commit is contained in:
parent
7d464bd6cd
commit
5cac3442be
|
@ -108,6 +108,11 @@
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||||
<version>${version.spring.boot}</version>
|
<version>${version.spring.boot}</version>
|
||||||
|
<configuration>
|
||||||
|
<!-- disable process forking that is enabled by default
|
||||||
|
in spring-boot 2.2.0.RELEASE and higher -->
|
||||||
|
<fork>false</fork>
|
||||||
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<goals>
|
<goals>
|
||||||
|
|
Loading…
Reference in New Issue