On Fri, Aug 31, 2012 at 1:39 PM, Angela Kim <[email protected]> wrote: > [ERROR] 1 error: com.sun.mirror.apt.AnnotationProcessorFactory
Probably you are using JDK 7, and the plugin is built against an old version of Jenkins core whose tooling uses nonstandard JDK 5-6 features unsupported in 7. You can either build using JDK 6; or simply update the core version (see the <parent> section at the top of pom.xml) to at least 1.420. 1.424 is recommended since that was an LTS so it makes a good baseline.
