damianszczepanik / cucumber-reporting

HTML reports for Cucumber
GNU Lesser General Public License v2.1
543 stars 402 forks source link

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

Open siva90144 opened 1 year ago

siva90144 commented 1 year ago

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

`

net.masterthought
            <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 commented 11 months ago

@damianszczepanik any help on this issue?