Skip to content

Commit 3b4e96f

Browse files
committed
Automatically launch containers in container debugging maven profile
1 parent 033af31 commit 3b4e96f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,15 @@
685685
</systemPropertyVariables>
686686
</configuration>
687687
</plugin>
688+
<plugin>
689+
<groupId>org.apache.maven.plugins</groupId>
690+
<artifactId>maven-surefire-plugin</artifactId>
691+
<configuration>
692+
<systemPropertyVariables>
693+
<launchContainers>true</launchContainers>
694+
</systemPropertyVariables>
695+
</configuration>
696+
</plugin>
688697
</plugins>
689698
</build>
690699
</profile>

0 commit comments

Comments
 (0)