Commit 33d83ebc authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.3.x'

parents 409e3cce 6aca0275
......@@ -141,18 +141,12 @@ This example shows how you can customize the port in case `9001` is already used
<goals>
<goal>start</goal>
</goals>
<configuration>
<skip>${skip.it}</skip>
</configuration>
</execution>
<execution>
<id>post-integration-test</id>
<goals>
<goal>stop</goal>
</goals>
<configuration>
<skip>${skip.it}</skip>
</configuration>
</execution>
</executions>
</plugin>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment