Re: Enforce no local versions

2019-01-28 Thread Jörg Schaible
On Mon, 28 Jan 2019 22:34:56 +0100 Harald Wellmann wrote: > Do you mean a rule to enforce no snapshot dependencies? In that case, > there is a rule called "requireReleaseDeps". No. > "No local versions" does not really make sense to me, because any remote > dependency will first be downloaded

Re: Enforce no local versions

2019-01-28 Thread Harald Wellmann
Do you mean a rule to enforce no snapshot dependencies? In that case, there is a rule called "requireReleaseDeps". "No local versions" does not really make sense to me, because any remote dependency will first be downloaded to your local repository. Regards, Harald Am 25.01.19 um 08:20

Suddenly getting "NoSuchMethodError" from Maven internals without any obvious change

2019-01-28 Thread David Karr
I've already asked this on StackOverflow ( https://stackoverflow.com/questions/54385789/suddenly-getting-nosuchmethoderror-org-codehaus-plexus-compiler-compilerconfig), but I'm getting nowhere, and all of our builds are blocked by this. This is what we're seeing on the CI server:

Re: MNG-6504: issue with jetspeed-maven-plugin and maven 3.6

2019-01-28 Thread Karl Heinz Marbaise
Hi, On 28.01.19 17:06, Christian Domsch wrote: Hi, I am too facing this issue, as we use the jetspeed-maven-plugin in one part in our build. The reason I am using jetspeed-maven-plugin:unpack and not maven-dependency-plugin:unpack, is that I want a flattened output. What I need to do, is

MNG-6504: issue with jetspeed-maven-plugin and maven 3.6

2019-01-28 Thread Christian Domsch
Hi, I am too facing this issue, as we use the jetspeed-maven-plugin in one part in our build. The reason I am using jetspeed-maven-plugin:unpack and not maven-dependency-plugin:unpack, is that I want a flattened output. What I need to do, is unpack the contents of a subfolder inside an archive,