Annotation Type MavenProjectLocation


@Target({TYPE,METHOD,PACKAGE}) @Retention(RUNTIME) @Documented @Inherited @API(status=EXPERIMENTAL, since="0.12.0") public @interface MavenProjectLocation
This annotation is intended to define a location of the directory where the pom.xml is located. This could be the case if you have a project layout like this: + (root) ! +-- directory +-- subdir +-- pom.xml
Since:
0.12.0
Author:
Karl Heinz Marbaise
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • value

      String value
      Default:
      ""