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

rombert pushed a commit to branch chore/cleanup-dmp-config
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git

commit b0b37d998f58f76cff543619a92d9b91daa5f96e
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue Sep 9 10:53:05 2025 +0200

    chore: remove global 'stopMode' configuration for the docker-maven-plugin
    
    This is a parameter for the 'image/run' element and its usage currently 
leads to warnings
    
    [WARNING] Parameter 'stopMode' is unknown for plugin 
'docker-maven-plugin:0.46.0:build (build-docker-image)'
    [WARNING] Parameter 'stopMode' is unknown for plugin 
'docker-maven-plugin:0.46.0:push (build-docker-image)'
    [WARNING] Parameter 'stopMode' is unknown for plugin 
'docker-maven-plugin:0.46.0:start (start-mongo)'
    [WARNING] Parameter 'stopMode' is unknown for plugin 
'docker-maven-plugin:0.46.0:stop (stop-mongo)'
    
    Let's remove it for now and, if needed, add it back on a per-image basis.
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6621ec5..d5c7c35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -343,7 +343,6 @@
                 <configuration>
                     <skip>${docker.skip}</skip>
                     <containerNamePattern>%e</containerNamePattern>
-                    <stopMode>kill</stopMode>
                 </configuration>
                 <executions>
                     <execution>

Reply via email to