Package com.soebes.itf.jupiter.extension
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
-
Element Details
-
value
String value- Default:
- ""
-