Re: [HELP WANTED] last modifications before Maven Archetypes release

2018-03-13 Thread Hervé BOUTEMY
Le mardi 13 mars 2018, 19:57:01 CET Robert Scholte a écrit : > Does it make sense to move some of the archetypes to their matching > project? > > For example, Why not move maven-archetype-plugin to the maven-plugin > project. > This should make it easier to maintain to to keep it up to date.

Re: Build vs Consumer POM study

2018-03-13 Thread Hervé BOUTEMY
Le mardi 13 mars 2018, 22:47:50 CET Michael Osipov a écrit : > Am 2018-03-13 um 18:23 schrieb Robert Scholte: > > On Tue, 13 Mar 2018 00:13:59 +0100, Hervé BOUTEMY > > > > wrote: > >> Hi Charles, > >> > >> Thanks for the feedback > >> > >> Le lundi 12 mars 2018, 01:49:26

Re: Build vs Consumer POM study

2018-03-13 Thread Laird Nelson
On Tue, Mar 13, 2018 at 5:34 PM Hervé BOUTEMY wrote: > I don't see any issues with content provided: > org.springframework.boot:spring- > boot-dependencies has a "pom" packaging, then would be deployed directly as > build POM, containing dependencyManagement > I'm not

Re: Build vs Consumer POM study

2018-03-13 Thread Hervé BOUTEMY
Le mardi 13 mars 2018, 21:59:56 CET Andreas Sewe a écrit : > Hi, > > as a user of Maven and a researcher analyzing what's in Maven central, I > would prefer to see > > > > in the "kept by choice" category as well. While may be > more useful for end-user facing tools, in this day and age of

Re: Build vs Consumer POM study

2018-03-13 Thread Hervé BOUTEMY
I don't see any issues with content provided: org.springframework.boot:spring- boot-dependencies has a "pom" packaging, then would be deployed directly as build POM, containing dependencyManagement Regards, Hervé Le mardi 13 mars 2018, 12:25:21 CET Arnaud Héritier a écrit : > Spring Boot (but

Re: Build vs Consumer POM study

2018-03-13 Thread Michael Osipov
Am 2018-03-13 um 18:23 schrieb Robert Scholte: On Tue, 13 Mar 2018 00:13:59 +0100, Hervé BOUTEMY wrote: Hi Charles, Thanks for the feedback Le lundi 12 mars 2018, 01:49:26 CET Charles Honton a écrit : Hervé, Great work! Thank you: it took a lot of time and

Re: Build vs Consumer POM study

2018-03-13 Thread Andreas Sewe
Hi, as a user of Maven and a researcher analyzing what's in Maven central, I would prefer to see in the "kept by choice" category as well. While may be more useful for end-user facing tools, in this day and age of badges pointing to CI servers on Github, I can still see this as useful for

Re: Build vs Consumer POM study

2018-03-13 Thread Andreas Sewe
Hi, > Naming Conventions > consumer pom must continue to be named pom.xml > build pom shall be called build.xml Please don't re-use a name already occupied by another build tool (in this case, Ant). Many IDEs associate editors based on file name and this would confuse them. Eclipse, for

Re: [HELP WANTED] last modifications before Maven Archetypes release

2018-03-13 Thread Robert Scholte
Does it make sense to move some of the archetypes to their matching project? For example, Why not move maven-archetype-plugin to the maven-plugin project. This should make it easier to maintain to to keep it up to date. thanks, Robert On Tue, 13 Mar 2018 07:52:18 +0100, Hervé BOUTEMY

Re: Maven Core / MNG-6362 README.md / CONTRIBUTION.md

2018-03-13 Thread Karl Heinz Marbaise
Hi to all, I want to know if we have more enhancements etc. I would like to merge this as soon as possible to master... On 19/02/18 19:59, Karl Heinz Marbaise wrote: Hi, I would like to integrate the issue MNG-6362 which contains only enhancements for the README.md, CONTRIBUTION.md and a

Re: Build vs Consumer POM study

2018-03-13 Thread Robert Scholte
On Tue, 13 Mar 2018 00:13:59 +0100, Hervé BOUTEMY wrote: Hi Charles, Thanks for the feedback Le lundi 12 mars 2018, 01:49:26 CET Charles Honton a écrit : Hervé, Great work! Thank you: it took a lot of time and discussion :) Some possible additions for the wiki

Re: Build vs Consumer POM study

2018-03-13 Thread Arnaud Héritier
Spring Boot (but others are doing too) is using a lot the dependencies with ~empty jar artifacts ( http://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-web/2.0.0.RELEASE/ ) You declare something like : org.springframework.boot

Re: [HELP WANTED] last modifications before Maven Archetypes release

2018-03-13 Thread Hervé BOUTEMY
Le mardi 13 mars 2018, 07:25:01 CET Enrico Olivelli a écrit : > Il mar 13 mar 2018, 00:45 Hervé BOUTEMY ha scritto: > > Hi, > > > > I updated Maven Archetypes a lot > > http://maven.apache.org/archetypes-archives/archetypes-LATEST/ > > > > The last update to do is on the

Re: Build vs Consumer POM study

2018-03-13 Thread Hervé BOUTEMY
Le mardi 13 mars 2018, 06:11:20 CET Chas Honton a écrit : > Re: updating source plugin - > > For Apache projects, all sources required to build and test the release must > be part of the distribution. It would be useful to any Apache project that > desires to build a release through the source

Re: [HELP WANTED] last modifications before Maven Archetypes release

2018-03-13 Thread Enrico Olivelli
Il mar 13 mar 2018, 00:45 Hervé BOUTEMY ha scritto: > Hi, > > I updated Maven Archetypes a lot > http://maven.apache.org/archetypes-archives/archetypes-LATEST/ > > The last update to do is on the profile archetype: > see https://issues.apache.org/jira/browse/MARCHETYPES-56