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
Looks like this #250 broke the execution policies in maven.
Starting with version 5.8.2, which includes this PR, the plugin executes the verify stage on its own even though I have executed the test phase. That result in broken builds in our current pipeline because the test phase and the verify phase use 2 different profiles.
Looks like this #250 broke the execution policies in maven.
Starting with version 5.8.2, which includes this PR, the plugin executes the verify stage on its own even though I have executed the test phase. That result in broken builds in our current pipeline because the test phase and the verify phase use 2 different profiles.
Here is the plugin part from my pom :
and the logs that shows the start of the verify phase by the plugin:
[INFO] >>> plugin:5.8.2:generate (cucumber-report) > verify @ service
If I run
mvn test
on 5.8.1, there is no issue[INFO] --- plugin:5.8.1:generate (cucumber-report) @ service
The text was updated successfully, but these errors were encountered: