This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 197
Maven-execution-plugin is not running when its enclosed in in pluginmanagement of pom.xml #125
Comments
Also with me:
Just remove |
its not supposed to. pluginManagement is a template for actual plugin definitions. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Maven execution plugin is failing for below configuration if i enclose this plugin in pluginmanagement tag. How pluginmanagement works? Plugins execution works with and without pluginmanagement configuration. What is the difference in the execution if we use or don't?
org.codehaus.mojo
exec-maven-plugin
exec-npm-install
generate-sources
cmd
${project.basedir}/src/main/webapp/ngapp
/c
npm
install
exec
exec-gulp
generate-sources
cmd
${project.basedir}/src/main/webapp/ngapp
/c
gulp
build-all-prod
exec
The text was updated successfully, but these errors were encountered: