[ 
https://issues.apache.org/jira/browse/SUREFIRE-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16325091#comment-16325091
 ] 

Tibor Digana commented on SUREFIRE-1462:
----------------------------------------

[~dipakpawar231]
We want to break backwards compatibility in version 3.0 and changing properties 
to {{surefire.*}} and {{failsafe.*}} according to plugin name is one of the 
change. So this was the plan very long time ago. To get there we have to pass 
through several more releases which includes 2.21.0/Jigsaw, 2.21.1 Bug Fix, 
2.22.0 JUnit5 and then 3.0-RC1, 3.0-RC2, ..., 3.0.0.

> 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
>             Fix For: 3.0
>
>
> *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} 
> References:
> http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#groups
> https://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html#groups



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to