Re: Error building in Travis after taking master

2017-05-03 Thread Otto Fowler
I was able to build in travis, with my branch, after changing the command: The command "time mvn -q -T 2C -DskipTests install && time mvn -q -T 2C org.jacoco:jacoco-maven-plugin:prepare-agent surefire:test@unit-tests && mvn -q org.jacoco:jacoco-maven-plugin:prepare-agent

Re: Error building in Travis after taking master

2017-05-03 Thread Otto Fowler
I’m going to do some more testing here and see, and stop spamming the list. I have seen off of master work, and a build off of my travis branch fail locally. it could be that the problem is repo AND my branch On May 3, 2017 at 16:28:35, Michael Miklavcic (michael.miklav...@gmail.com) wrote:

Re: Error building in Travis after taking master

2017-05-03 Thread Michael Miklavcic
That's great news! I was beginning to think we had a Maven bogeyman. I wonder if Maven is swallowing an exception and wrapping it with something that is user friendly. So, if the cached pom or jars are corrupted, it might simply be reporting this as a "not found" problem. I guess that's user

Re: Error building in Travis after taking master

2017-05-03 Thread Otto Fowler
And… I Do have it locally ~/.m2 ottofowler% tree | grep jacoco │ ├── jacoco │ │ ├── jacoco-maven-plugin │ │ │ ├── jacoco-maven-plugin-0.7.9.jar │ │ │ ├── jacoco-maven-plugin-0.7.9.jar.sha1 │ │ │ ├── jacoco-maven-plugin-0.7.9.pom │ │

Re: Error building in Travis after taking master

2017-05-03 Thread Justin Leet
I'm on 3.5 and not having issues with it. On Wed, May 3, 2017 at 2:19 PM, Otto Fowler wrote: > Did we change the requirements for pre-commit testing to run the command > that way? > I did a commit this morning with the old command. > > > On May 3, 2017 at 14:04:32, Otto

Re: Error building in Travis after taking master

2017-05-03 Thread Otto Fowler
Did we change the requirements for pre-commit testing to run the command that way? I did a commit this morning with the old command. On May 3, 2017 at 14:04:32, Otto Fowler (ottobackwa...@gmail.com) wrote: > git checkout -b whyyounowork apache/master same issue locally On May 3, 2017 at

Re: Error building in Travis after taking master

2017-05-03 Thread Michael Miklavcic
One more thing - can you see if this exists in your local maven repo? ls -lh $HOME/.m2/repository/org/jacoco/jacoco-maven-plugin/0.7.9/ <<< total 136 -rw-r--r--+ 1 211B Mar 7 08:21 _remote.repositories -rw-r--r--+ 1 46K Mar 7

Re: Error building in Travis after taking master

2017-05-03 Thread Otto Fowler
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

Re: Error building in Travis after taking master

2017-05-03 Thread Justin Leet
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 &&

Re: Error building in Travis after taking master

2017-05-03 Thread Otto Fowler
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 (

Re: Error building in Travis after taking master

2017-05-03 Thread Otto Fowler
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

Re: Error building in Travis after taking master

2017-05-03 Thread Michael Miklavcic
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 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

Re: Error building in Travis after taking master

2017-05-03 Thread Otto Fowler
I am not sure I know how to do that in Travis. I will look when I get back On May 3, 2017 at 11:35:34, 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,

Re: Error building in Travis after taking master

2017-05-03 Thread Ryan Merriman
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 wrote: > https://travis-ci.org/ottobackwards/incubator-metron/builds/228364894?utm_ >