frontend-maven-plugin
frontend-maven-plugin copied to clipboard
script still gets run on jenkins although code is commented out
trafficstars
Do you want to request a feature or report a bug? could be a feature or bug What is the current behavior? npm script still gets run on jenkins although code is commented out If the current behavior is a bug, please provide the steps to reproduce.
execution is commented out
<!-- <execution>-->
<!-- <id>npmBuild</id>-->
<!-- <goals>-->
<!-- <goal>npm</goal>-->
<!-- </goals>-->
<!-- <phase>prepare-package</phase>-->
<!-- <configuration>-->
<!-- <arguments>run ui-test</arguments>-->
<!-- </configuration>-->
<!-- </execution>-->
What is the expected behavior?
the commented out part should not be run at mvn clean verify
Please mention your frontend-maven-plugin and operating system version. frontend-maven-plugin: 1.2