Re: Jenkins and Maven 3.0.5 or JDK 7

2017-10-09 Thread Hervé BOUTEMY
from a pure syntax perspective, now I see the proposal from an implementation point of view, I don't want to be pessimistic, but this would require a dependency from Maven core to maven-scm and a complexity during reactor pom parsing. and if in theory this could solve the initial clone question

[GitHub] maven-shared pull request #20: Changed the scopeFilter to use a LinkedHashSe...

2017-10-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/maven-shared/pull/20 --- - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: Jenkins and Maven 3.0.5 or JDK 7

2017-10-09 Thread Robert Scholte
An example: sub1 sub2/custom-pom.xml scm:git:https://git-wip-us.apache.org/repos/asf/maven-clean-plugin.git On Mon, 09 Oct 2017 00:01:29 +0200, Hervé BOUTEMY wrote: I don't really understand these answers: a demo, please Regards, Hervé Le dimanche 8 oct

Re: Jenkins and Maven 3.0.5 or JDK 7

2017-10-09 Thread Mark Struberg
Hi folks! Having dozen sub repos in GIT is still a PITA. Also git-submodules is still sub-optimal and at best a smallish helper. For me personally there is one major decision point if it comes to deciding whether to hav one big repo or multiple smaller ones: the deliverable. Is there exactly o

Re: Jenkins and Maven 3.0.5 or JDK 7

2017-10-09 Thread Stephen Connolly
I'll see if I can record something On 8 October 2017 at 15:01, Hervé BOUTEMY wrote: > I don't really understand these answers: a demo, please > > Regards, > > Hervé > > Le dimanche 8 octobre 2017, 20:32:29 CEST Robert Scholte a écrit : > > On Sun, 08 Oct 2017 20:27:17 +0200, Stephen Connolly > >