org.jfrog.maven.annomojo.annotations
Annotation Type MojoInheritedByDefault


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface MojoInheritedByDefault

Tells Maven that the this plugin's configuration should be inherted from a parent POM by default. The default is true in Maven. If the user specifies false in the plugin configuration it will ovveride this annotation value.


Optional Element Summary
 boolean value
          The default is true for annotation readability.
 

value

public abstract boolean value
The default is true for annotation readability. NOTE: Adding this annotation will not change the default maven behavior that sets this to true.

Returns:
false if inheritance should be stop.
Default:
true


Copyright © 2006-2009. All Rights Reserved.