Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Follow settings ingored unless specified from command line #1797

Open
jakub-bochenski opened this issue Jun 26, 2024 · 1 comment
Open

Follow settings ingored unless specified from command line #1797

jakub-bochenski opened this issue Jun 26, 2024 · 1 comment

Comments

@jakub-bochenski
Copy link
Contributor

jakub-bochenski commented Jun 26, 2024

Description

None of this works

            <properties>
                <docker.follow>true</docker.follow>
            </properties>
            <build>
                <pluginManagement>
                    <plugins>
                        <plugin>
                            <groupId>io.fabric8</groupId>
                            <artifactId>docker-maven-plugin</artifactId>
                            <configuration>
                                <follow>true</follow>
                            </configuration>
                        </plugin>
                    </plugins>
                </pluginManagement>
            </build>

the setting is only respected when specified from command line.

This is confusing.
Also I can't have a nice mvn -Prun command working.

Info

  • docker-maven-plugin version : 0.44
@rohanKanojia
Copy link
Member

@jakub-bochenski : Would it be possible for you to debug this? Could you please run mvnDebug docker:log and then set a breakpoint here and connect from your IDE as JVM debug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants