Re: packing maven-plugin not creating MANIFEST file

2017-10-02 Thread elobanova
Hi, maybe it will be helpful for those who come across the same problem many years later. Adding an empty MANIFEST.MF into your-maven-plugin-project/src/main/resources/META-INF/ resolved the issue for me. -- Sent from: http://maven.40175.n5.nabble.com/Maven-Users-f40176.html

Re: Default update policy for plugin repositories is never?

2017-10-02 Thread Laird Nelson
You're probably referring indirectly to this: https://github.com/apache/maven/blob/maven-3.5.1/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml#L47-L49 Note the element: my understanding is this means that if you're using version 1.2.3 (and not 1.2.3-SNAPSHOT) of a

Default update policy for plugin repositories is never?

2017-10-02 Thread Tom Golden
Wondering if someone can link me to some explicit documentation around the update policy for plugin repositories. I ran into an issue today with our CI server where one build would use a particularly old version of the sonar-maven-plugin. I eventually realized after some digging that it was due

Aw: Re: failsafe: proper shutdown on failure

2017-10-02 Thread Veit Guna
Hi Mark. I've tried -fae but without luck. When the build system is halted, shouldn't at least the post-integration-test phase properly executed in order to be consistent? I also have a cargo container running during ITs which gets "shutdown" during halt - but most likely due to the fact that

Re: failsafe: proper shutdown on failure

2017-10-02 Thread Mark Prins
On 02-10-17 12:12, Veit Guna wrote: Hi. I'm using maven failsafe 2.20.1 to setup my test environment (redis, via fabric8/docker-maven-plugin) before ITs using pre-integration-test and shut it down on post-integration-test. It works just fine when tests are succeeding or failing "normally".

failsafe: proper shutdown on failure

2017-10-02 Thread Veit Guna
Hi. I'm using maven failsafe 2.20.1 to setup my test environment (redis, via fabric8/docker-maven-plugin) before ITs using pre-integration-test and shut it down on post-integration-test. It works just fine when tests are succeeding or failing "normally". But when failing "hard" like this:

Re: org.openjdk.source.tree.Tree location

2017-10-02 Thread Jörg Schaible
Hi Martin, Am Sat, 30 Sep 2017 01:49:39 + schrieb Martin Gainty: > guava contains import org.openjdk.source.tree.Tree > > > any ideas where i can locate jar which contains Tree from openjdk? http://search.maven.org/#search%7Cga%7C1%7Cfc%3A% 22org.openjdk.source.tree.Tree%22 Use

Re: Updating from 3.3.9 to 3.5.0 causing strange unit test failures

2017-10-02 Thread Karl Heinz Marbaise
Hi Alex, I've also seen that the project inherits from apache parent version 13 which is 4 years old...in the meantime we are at version 18... Kind regards Karl Heinz Marbaise See: http://maven.apache.org/pom/asf/ On 02/10/17 00:57, Alex O'Ree wrote: after further investigation, it's