Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to parse plugin descriptor for net.masterthought:cucumber-reporting:5.7.6 #1110

Open
siva90144 opened this issue Aug 21, 2023 · 1 comment

Comments

@siva90144
Copy link

siva90144 commented Aug 21, 2023

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>

@sivakrishnajampani
Copy link

@damianszczepanik any help on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants