Re: dependency:go-offline broken?

2017-10-02 Thread Jonathan Haber
I'm not sure if it's helpful, but I believe Travis CI runs the following command during the install phase to download dependencies: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V For more info: https://docs.travis-ci.com/user/languages/java/#Maven-Dependency-Management On Mon, Oct 2

Re: dependency:go-offline broken?

2017-10-02 Thread Benedikt Ritter
Hello Laird > Am 02.10.2017 um 18:42 schrieb Laird Nelson : > > On Wed, Sep 27, 2017 at 4:53 AM Benedikt Ritter wrote: > >> I have a CI Build in GitLab, where I want to define a job that downloads >> all the artifacts which are needed for the different lifecycle phases and >> plugin executions

Re: dependency:go-offline broken?

2017-10-02 Thread Laird Nelson
On Wed, Sep 27, 2017 at 4:53 AM Benedikt Ritter wrote: > I have a CI Build in GitLab, where I want to define a job that downloads > all the artifacts which are needed for the different lifecycle phases and > plugin executions as well as all project dependencies. I only want to > download all the

Re: dependency:go-offline broken?

2017-10-02 Thread Benedikt Ritter
Hello Alex, > Am 01.10.2017 um 18:55 schrieb Alex O'Ree : > > This is what I use to get artifacts before dropping offline (it may or > may not help your scenario) > > mvn dependency:resolve -Dclassifier=javadoc dependency:sources > dependency:resolve-plugins -fn > > This gets sources, javadocs

Re: [VOTE] Release Apache Maven WAR Plugin version 3.2.0

2017-10-02 Thread Dejan Stojadinović
+1 (non-binding). Tested as usual (big project with dozen of plugins). Regards, Dejan On 2017-09-30 17:55, Karl Heinz Marbaise wrote: > Hi, > > We solved 3 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318121&version=12341372 > > There are still a couple of i

Re: [VOTE] Release Apache Maven WAR Plugin version 3.2.0

2017-10-02 Thread Gabriel Belingueres
Hi Karl: The fix is on PR#5 which was committed after release 1.24, so a new release is needed. I tested the plugin with interpolation 1.25-SNAPSHOT and it solves MWAR-303, but with the 1.24 release does not. Gabriel 2017-10-02 5:33 GMT-03:00 Karl Heinz Marbaise : > Hi, > > > On 02/10/17 04:55,

[GitHub] maven pull request #133: [MNG-5600] Dependency management import should supp...

2017-10-02 Thread jtnord
GitHub user jtnord opened a pull request: https://github.com/apache/maven/pull/133 [MNG-5600] Dependency management import should support exclusions. https://github.com/ChristianSchulte/maven/commit/679a34b86e3d69b7a832481c7f21e5eab367cd11 cherry picked into master You can merge t

Re: [VOTE] Release Apache Maven WAR Plugin version 3.2.0

2017-10-02 Thread Karl Heinz Marbaise
Hi, On 02/10/17 04:55, Gabriel Belingueres wrote: Would it be possible to cut a release of plexus-interpolation and upgrade this dependency to solve MWAR-303? The plexus-interpolation version 1.24 is included which contains the PR#8 ...so from my point of view this is already done (Need to c