Package com.soebes.itf.jupiter.extension
Annotation Type MavenRepository
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
@Inherited
@API(status=EXPERIMENTAL,
since="0.1.0")
public @interface MavenRepository
- Author:
- Karl Heinz Marbaise
-
Optional Element Summary
-
Element Details
-
value
String valueDefines the location of the local cache (aka local repository).- Returns:
- The location of the local cache.
- Default:
- ".m2/repository"
-