Note: Some input files additionally use unchecked or unsafe operations.
100 warnings
[ERROR] No plugin found for prefix 'org.jacoco' in the current project and
in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo]
available from the repositories [local (/Users/ottofowler/.m2/repository),
central (https://repo.maven.apache.org/maven2)] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixException


On May 3, 2017 at 13:11:28, Justin Leet (justinjl...@gmail.com) wrote:

Does it run locally with:

mvn -q -T 2C -DskipTests install &&
mvn -q -T 2C org.jacoco:prepare-agent surefire:test@unit-tests && mvn -q
org.jacoco:prepare-agent surefire:test@integration-tests && mvn -q
org.jacoco:prepare-agent test --projects metron-interface/metron-config &&
build_utils/verify_licenses.sh

On Wed, May 3, 2017 at 1:03 PM, Otto Fowler <ottobackwa...@gmail.com>
wrote:

> No I cannot build locally with that command:
>
>
> [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 (/Users/ottofowler/.m2/repository), central
(
> https://repo.maven.apache.org/maven2)] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
-e
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/
> NoPluginFoundForPrefixException
>
>
> mvn package however, works fine.
>
>
>
> On May 3, 2017 at 12:51:34, Otto Fowler (ottobackwa...@gmail.com) wrote:
>
> I am going to be honest,
> I don’t usually build locally with : mvn -q -T 2C -DskipTests install &&
> mvn -q -T 2C jacoco:prepare-agent surefire:test@unit-tests && mvn -q
> jacoco:prepare-agent surefire:test@integration-tests && mvn -q
> jacoco:prepare-agent test --projects metron-interface/metron-config &&
> build_utils/verify_licenses.sh
>
> I build with mvn package
>
> I’m trying it now.
>
>
> On May 3, 2017 at 12:19:34, Michael Miklavcic (michael.miklav...@gmail.com
> )
> wrote:
>
> Also Otto, are you able to build locally with that branch and same merge
> with master?
>
> On Wed, May 3, 2017 at 9:51 AM, Justin Leet <justinjl...@gmail.com>
wrote:
>
> > I'm also curious if it works if you change the two
'jacoco:prepare-agent'
> > to 'org.jacoco:prepare-agent'. Master has built off of this fine, so
I'm
> > wondering if there's a difference in that build that breaks the plugin
> > resolution.
> >
> > On Wed, May 3, 2017 at 11:35 AM, Ryan Merriman <merrim...@gmail.com>
> > wrote:
> >
> > > You might want to try clearing the mvn cache. I've had travis get
into
> a
> > > bad state before because of corrupt maven artifacts.
> > >
> > > On Wed, May 3, 2017 at 10:26 AM, Otto Fowler <ottobackwa...@gmail.com>

> > > wrote:
> > >
> > > > https://travis-ci.org/ottobackwards/incubator-
> > > metron/builds/228364894?utm_
> > > > source=email&utm_medium=notification
> > > >
> > > > On May 3, 2017 at 11:12:15, 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]
> > > > >
> > > > >
> > > >
> > >
> >
>

Reply via email to