Skip to content

Commit 3ea775f

Browse files
author
Tino Desjardins
committed
Enable test mode manual
1 parent af8000c commit 3ea775f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@
123123
<arg>-bindAddress</arg><arg>0.0.0.0</arg>
124124
<arg>-strict</arg>
125125
</devmodeArgs>
126+
<testArgs>
127+
<arg>-runStyle</arg><arg>Manual:1</arg>
128+
<arg>-port</arg><arg>56789</arg>
129+
</testArgs>
126130
<style>OBFUSCATED</style> <!-- OBFUSCATED, PRETTY, or DETAILED -->
127131
</configuration>
128132
</plugin>

0 commit comments

Comments
 (0)