Re: dependency:tree erroring with cxf boot starter

2018-02-20 Thread Chris Castle
Confirmed. No issues with 3.5.2. Thanks! On Mon, Feb 19, 2018 at 3:56 PM, Robert Scholte wrote: > I think you're hitting https://issues.apache.org/jira/browse/MNG-6280 > It is fixed in Maven 3.5.2 > > thanks, > Robert > > On Mon, 19 Feb 2018 20:34:22 +0100, castlec

Re: per-warm the maven cache for 2 stage Docker build

2018-02-20 Thread Laird Nelson
On Sun, Feb 4, 2018 at 3:58 AM Adam Sandor < adam.san...@container-solutions.com> wrote: > The only missing piece of the puzzle I can’t figure out is how to force > Maven to download ALL dependencies just by using the pom file and not > executing any compilation. [snip] > Now the problem -

Re: Getting a list of "to be modularized" dependencies in topological order?

2018-02-20 Thread Robert Scholte
When running Maven with Java9+ and running 'mvn dependency:resolve' on your project, you'll see all the module names and if these modules are automatic modules. It is a list, not a tree, but that's probably the closest you can get right now. thanks, Robert On Tue, 20 Feb 2018 18:05:18

Getting a list of "to be modularized" dependencies in topological order?

2018-02-20 Thread Mark Raynsford
Hello. I'm trying to get to the (possibly masochistic) position of having all of my projects (and therefore by extension, all dependencies of all of my projects) fully modularized. That is, every artifact in the dependency tree should have a module-info.class file in it. Part of the reason for

Save the date: ApacheCon North America, September 24-27 in Montréal

2018-02-20 Thread Rich Bowen
Dear Apache Enthusiast, (You’re receiving this message because you’re subscribed to a user@ or dev@ list of one or more Apache Software Foundation projects.) We’re pleased to announce the upcoming ApacheCon [1] in Montréal, September 24-27. This event is all about you — the Apache project

Re: maven creates a ? directory instead of .m2 repository

2018-02-20 Thread Dan Pungă
Thank you for your advice and suggestion! Your answer made me think that it has to do with poor OS config from my part (that's what happen with mindless copying..:) ). I guess maven is trying to read the $USER and $HOME environment variables of the current user, but since my user 1001 has just

Re: maven creates a ? directory instead of .m2 repository

2018-02-20 Thread Martin Gainty
mg>diag advice below From: Dan Pungă Sent: Monday, February 19, 2018 4:00 PM To: users@maven.apache.org Subject: maven creates a ? directory instead of .m2 repository Hello all! I'm trying to get a Java app deployed in an

Re: per-warm the maven cache for 2 stage Docker build

2018-02-20 Thread Dan Pungă
Hello Adam! I'm just coming from configuring pretty much what yu're trying to achieve, but on OpenShift (which uses Docker, but it comes with a higher level of orchestration). From what I understand, you're trying to achieve a 2-stage deploy of your app, where you want to separate the

Re: per-warm the maven cache for 2 stage Docker build

2018-02-20 Thread Adam Sandor
Hi Herve, Thank you very much for taking a look at this. Unfortunately running "versions:display-plugin-updates" says all plugins have a version specified. My pom file is practically empty - it's a tiny spring boot app ( https://github.com/adam-sandor/memoryhog/blob/master/pom.xml). Any other