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


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

Flags this Mojo as requiring the dependencies in the specified scope (or an implied scope) to be resolved before it can execute. NOTE: Currently supports compile, runtime, and test scopes.


Optional Element Summary
 java.lang.String value
           
 

value

public abstract java.lang.String value
Default:
"runtime"


Copyright © 2006-2009. All Rights Reserved.