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

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    This defines the location for the repository which is taken as predefined content for the local cache.
  • Element Details

    • value

      String value
      This 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"