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 ...@@ -141,18 +141,12 @@ This example shows how you can customize the port in case `9001` is already used
<goals> <goals>
<goal>start</goal> <goal>start</goal>
</goals> </goals>
<configuration>
<skip>${skip.it}</skip>
</configuration>
</execution> </execution>
<execution> <execution>
<id>post-integration-test</id> <id>post-integration-test</id>
<goals> <goals>
<goal>stop</goal> <goal>stop</goal>
</goals> </goals>
<configuration>
<skip>${skip.it}</skip>
</configuration>
</execution> </execution>
</executions> </executions>
</plugin> </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