Annotation Type MavenDebug


@Target({METHOD,TYPE}) @Retention(RUNTIME) @Inherited @MavenOption("--debug") @API(status=EXPERIMENTAL, since="0.9.0") @Deprecated public @interface MavenDebug
Deprecated.
Will be removed with Release 0.14.0. Use MavenVerbose instead.
@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: