Skip to content

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

@siva90144

Description

@siva90144

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions