Package com.soebes.itf.jupiter.extension
Annotation Type MavenPredefinedRepository
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
@Inherited
@API(status=EXPERIMENTAL,
since="0.4.0")
public @interface MavenPredefinedRepository
This defines a local repository with predefined dependencies
which are used in the tests.
- Author:
- Karl Heinz Marbaise
-
Optional Element Summary
-
Element Details
-
value
String valueThis defines the location for the repository which is taken as predefined content for the local cache.- Returns:
- The location of the local cache.
- Default:
- ".predefined-repo"
-