Closed long76 closed 10 months ago
my fault, just use ${enableInstall}
in skip
in configuration
execution
<execution>
<id>install node and npm</id>
<goals>
<goal>install-node-and-npm</goal>
</goals>
<configuration>
<skip>${enableInstall}</skip>
</configuration>
</execution>
Do you want to request a feature or report a bug?
feature
What is the current behavior?
for add or disable execution from parent pom i need dubplicate plugin section with executions but without goals
What is the expected behavior?
enable option default
true
in parent
pom.xml
in child
pom.xml
now we can disable execution by property
-DenableInstall=false
Please mention your frontend-maven-plugin and operating system version. Version 1.15.0, Kubuntu 22.04