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

backport175:annotationc

Compile backport175 annotations.

Parameters for the goal:

Parameter Type Expression Default Value Description
compileClasspathElements List ${project.compileClasspathElements} - Project classpath.
compileSourceRoots List ${project.compileSourceRoots} - The source directories containing the sources to be compiled.
ignoreUnknown (Optional) boolean - - flag marking if the task should ignore unknown annotations (like f.e. @author if not associated to an annotation interface)
outputDirectory File ${project.build.outputDirectory} - The directory for compiled classes.
properties (Optional) List - - path to a properties file when user-defined annoations are to be used.
verbose (Optional) boolean - - flag marking the task verbosity.