The plugin is definitely in maven central. Otto, do you guys by chance use a dependency management tool to proxy Maven Central?
https://github.com/apache/incubator-metron/blob/master/pom.xml#L269 https://search.maven.org/#artifactdetails%7Corg.jacoco%7Cjacoco%7C0.7.9%7Cpom On Wed, May 3, 2017 at 9:12 AM, Justin Leet <justinjl...@gmail.com> wrote: > Jacoco is introduced from > https://github.com/apache/incubator-metron/pull/459. > > I'm not sure why you'd be getting a plugin error for it though, because > it's available in the standard repos and I was able to build off a > completely clean maven cache (and Travis has been able to build it as > well). > > What exactly you were running? > > On Wed, May 3, 2017 at 11:03 AM, Otto Fowler <ottobackwa...@gmail.com> > wrote: > > > Anyone know what this is? > > > > [ERROR] No plugin found for prefix 'jacoco' in the current project and in > > the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available > > from the repositories [local (/home/travis/.m2/repository), central ( > > https://repo.maven.apache.org/maven2)] -> [Help 1] > > >