You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.
When i run on the parent pom the command: mvn docker:build
you actually meant mvn boost:docker-build.
If so, the problem seems to be that the plugin doesn't do a no-op for packaging type pom. That seems like a reasonable thing to consider.
In the meantime, you can still use the parent for pluginManagement and workaround the issue by using mvn --projects (or mvn -pl), like this, from the parent module dir:
Hello,
i have a multimodule spring boot project. In my parent pom i have this configuration:
In every submodule pom i have this configuration:
When i run on the parent pom the command: mvn docker:build
i get the following error:
Failed to execute goal io.openliberty.boost:boost-maven-plugin:0.1.2:docker-build (default-cli) on project triptrainer: null: MojoExecutionException: BoostException: NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal io.openliberty.boost:boost-maven-plugin:0.1.2:docker-build (default-cli) on project : null
If i chage the goal in package in every submodule and remove the pluginManagement and run just clean package, the plugin works.
I don't know what is wrong.
Thank you for any response.
Best regards
The text was updated successfully, but these errors were encountered: