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