frontend-maven-plugin icon indicating copy to clipboard operation
frontend-maven-plugin copied to clipboard

script still gets run on jenkins although code is commented out

Open geyuqiu opened this issue 3 years ago • 0 comments
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

geyuqiu avatar Apr 25 '22 11:04 geyuqiu