Package com.soebes.itf.jupiter.extension
Annotation Type MavenVerbose
@Target({METHOD,TYPE})
@Retention(RUNTIME)
@Inherited
@MavenOption("-X")
@API(status=EXPERIMENTAL,
since="0.13.0")
public @interface MavenVerbose
@MavenVerbose
is a meta annotation for convenience purposes
to make it easier to activate verbose option for a Maven build
just by simply adding @MavenVerbose
.
When applied at the class level, all test methods within that class are automatically inheriting the given goal.
- Since:
- 0.13.0
- Author:
- Karl Heinz Marbaise
- See Also: