Seasar Maven Backport175 Plugin - 
    maven-backport175-plugin - backport175:testAnnotationc

backport175:testAnnotationc

Compile backport175 annotations. (test-source)

Parameters for the goal:

Parameter Type Expression Default Value Description
ignoreUnknown (Optional) boolean - - flag marking if the task should ignore unknown annotations (like f.e. @author if not associated to an annotation interface)
properties (Optional) List - - path to a properties file when user-defined annoations are to be used.
testClasspathElements List ${project.testClasspathElements} - Project test classpath.
testCompileSourceRoots List ${project.testCompileSourceRoots} - The source directories containing the test-source to be compiled.
testOutputDirectory File ${project.build.testOutputDirectory} - The directory where compiled test classes go.
testSkip (Optional) boolean ${maven.test.skip} - Set this to 'true' to bypass unit tests entirely. Its use is NOT RECOMMENDED, but quite convenient on occasion.
verbose (Optional) boolean - - flag marking the task verbosity.