This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git


The following commit(s) were added to refs/heads/master by this push:
     new 32c6020  SLING-10984 stop docker container after stopping feature (#39)
32c6020 is described below

commit 32c60204bbd4f805574c2bbf503a2d683f836356
Author: Konrad Windszus <[email protected]>
AuthorDate: Thu Dec 9 09:53:59 2021 +0100

    SLING-10984 stop docker container after stopping feature (#39)
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7ee20a8..44b93e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -248,6 +248,7 @@
                 <executions>
                     <execution>
                         <id>start-mongo</id>
+                        <!-- must run prior 
feature-launcher-maven-plugin:start  -->
                         <phase>pre-integration-test</phase>
                         <goals>
                             <goal>start</goal>
@@ -255,7 +256,8 @@
                     </execution>
                     <execution>
                         <id>stop-mongo</id>
-                        <phase>post-integration-test</phase>
+                        <!-- must run after feature-launcher-maven-plugin:stop 
 -->
+                        <phase>verify</phase>
                         <goals>
                             <goal>stop</goal>
                         </goals>

Reply via email to