Re: [VOTE] Release Apache Maven Assembly Plugin version 3.1.1

2018-12-30 Thread Olivier Lamy
+1 On Sat, 29 Dec 2018 at 20:01, Enrico Olivelli wrote: > Hi, > > We solved 17 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317220=12341358=text > > There are still a couple of issues left in JIRA: > >

Re: Building Javadocs and site on CI

2018-12-30 Thread Chris Graham
I am used to running mvn clean install site on my Jenkins build jobs and then let the Jenkins checkstyle, find bugs etc plugins display the results/trends over builds. And I thought the ASF Jenkins used to have this feature. Are there any plans to restore this? Also, I attempted to build all

Re: Jenkins URL's

2018-12-30 Thread Enrico Olivelli
Il dom 30 dic 2018, 02:18 Chris Graham ha scritto: > Hi Everyone, > > I've finally managed to get back to some maven dev work! :) > > In looking through the pom's I can see that some of the links for Jira and > Jenkins are broken. > > Have the jenkins servers and jobs finally established a final

Re: Maven Core Release 3.6.1

2018-12-30 Thread Mark Raynsford
On 2018-12-30T16:24:50 +0100 Hervé BOUTEMY wrote: > here is the status on the Maven core side: > - MNG-6059 was implemented, which means the attributes were renamed: see > MNG-6059 issue description [1] to get the new child.(x). > (y).inherit.append.path names ((x) and (y) were missing in

Re: Maven Core Release 3.6.1

2018-12-30 Thread Enrico Olivelli
Il dom 30 dic 2018, 17:15 Romain Manni-Bucau ha scritto: > Any hope https://issues.apache.org/jira/browse/MNG-6543 is included? > +1 for including this one Enrico > Romain Manni-Bucau > @rmannibucau | Blog > | Old Blog >

Re: Maven Core Release 3.6.1

2018-12-30 Thread Romain Manni-Bucau
Any hope https://issues.apache.org/jira/browse/MNG-6543 is included? Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn

Re: Maven Core Release 3.6.1

2018-12-30 Thread Hervé BOUTEMY
here is the status on the Maven core side: - MNG-6059 was implemented, which means the attributes were renamed: see MNG-6059 issue description [1] to get the new child.(x). (y).inherit.append.path names ((x) and (y) were missing in 3.6.0, forgotten by inadvertance...) - MNG-6505 was implemented

Re: Building Javadocs and site on CI

2018-12-30 Thread Robert Scholte
On Sat, 29 Dec 2018 13:12:36 +0100, Hervé BOUTEMY wrote: Le samedi 29 décembre 2018, 11:29:53 CET Robert Scholte a écrit : I've already introduces the concept of "plans"[1][2], which also include 'site' for documentation and 'release' to verify if the project is releasable (should probably

Re: maven site generation: mvn clean install site

2018-12-30 Thread Enrico Olivelli
See the other email about the same topic from me Enrico Il dom 30 dic 2018, 02:31 Chris Graham ha scritto: > Hi everyone, > > I was doing some work on maven-release and I ran 'mvn clean install site' > on it (as I usually do), and the build fails with a velocity parsing error. > > The fix was