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
getting this error: Failed to parse plugin descriptor for net.masterthought:cucumber-reporting:5.7.6
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginDescriptorParsingException
getting this error: Failed to parse plugin descriptor for net.masterthought:cucumber-reporting:5.7.6
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginDescriptorParsingException
<plugin> <groupId>net.masterthought</groupId> <artifactId>cucumber-reporting</artifactId> <version>5.7.4</version> <executions> <execution> <id>execution</id> <phase>verify</phase> <goals> <goal>generate</goal> </goals> <configuration> <projectName>Alpha-Cucumber-Playwright</projectName> <outputDirectory>target/cucumber-reports</outputDirectory> <jsonFiles> <param>**/*.json</param> </jsonFiles> <enableFlashCharts>true</enableFlashCharts> <buildNumber>1</buildNumber> </configuration> </execution> </executions> </plugin>
The text was updated successfully, but these errors were encountered: