[ https://issues.apache.org/jira/browse/SUREFIRE-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16324053#comment-16324053 ]
Dipak Pawar commented on SUREFIRE-1462: --------------------------------------- Currently we have {{groups}} defined as user property. As it's used in surefire and failsafe, I think it's not good way to rename it {{surefire.group}} or {{failsafe.group}}. Proposed name for this: {{maven.test.groups}}. I am open for any suggestion. Once we finalize name to use, I will provide a PR for this > surefire-plugin's "groups" has conflicts with javadoc-plugin's "groups" > ----------------------------------------------------------------------- > > Key: SUREFIRE-1462 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1462 > Project: Maven Surefire > Issue Type: Bug > Components: Maven Surefire Plugin > Affects Versions: 2.20.1 > Reporter: Dipak Pawar > > *Steps to Reproduce* > * Take a clone of reproducer project using > {code} > git clone https://github.com/dipak-pawar/surefire-groups-reproducer.git > {code} > * Run test using > * {code} mvn clean install {code} or {code} mvn clean verify{code} in case of > failsafe plugin. > *Expected Result* > Test should run fine > *Actual Result* > Getting following error while executing mvn clean install > {code} > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-javadoc-plugin:3.0.0-M1:jar (attach-javadocs) > on project category-reproducer: Unable to parse configuration of mojo > org.apache.maven.plugins:maven-javadoc-plugin:3.0.0-M1:jar for parameter #: > Cannot find default setter in class > org.apache.maven.plugins.javadoc.options.Group -> [Help 1] > {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)