-
Notifications
You must be signed in to change notification settings - Fork 405
Description
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>