Re: MASSEMBLY-918 proposal

2019-08-18 Thread Enrico Olivelli
I was thinking more about 1) but I am not a 'tar' master. Maybe you can write a simple jshell script that uses the java libs and tweaks the tarbar Enrico Il dom 18 ago 2019, 22:10 ha scritto: > 4. Squash Docker image layers? This approach requires additional tool ( > https://github.com/jwilder/

MASSEMBLY-918 proposal

2019-08-18 Thread abrarov
4. Squash Docker image layers? This approach requires additional tool (https://github.com/jwilder/docker-squash requires sudo) and understanding of what layers to squash and what layers to keep as is (for optimization of Docker image delivery - some base layers are taken from image vendor and ar

RE: MASSEMBLY-918 proposal

2019-08-18 Thread abrarov
What can I do in that script? 1. Change owner in TAR created by Maven Assembly plugin - I need a tool for that (I failed to find one) 2. Change owner before packaging of TAR - I need root permissions (sudo) for that (I just want to add an entry into TAR with chosen owner / group - why should I

Re: MASSEMBLY-918 proposal

2019-08-18 Thread Enrico Olivelli
Can't you run some post package script with the maven exec plugin? Enrico Il ven 16 ago 2019, 19:55 ha scritto: > Hi Enrico, > > Yes, I need just root:root for the task I described, but it doesn't look > like correct (generic) solution to add just flag for the "root ownership", > because its i

Re: Review - Maven Core - Resolver 1.4.1

2019-08-18 Thread Enrico Olivelli
+1 Enrico Il dom 18 ago 2019, 17:25 Tibor Digana ha scritto: > Hi, > > There's a new branch MNG-6738 with new Resolver 1.4.1. > If you have no objections, I will push it to master. > > https://gitbox.apache.org/repos/asf?p=maven.git;a=commit;h=88b632cf3d727c7d003a8a36f1b39bffb2f790f3 > > The bu

Review - Maven Core - Resolver 1.4.1

2019-08-18 Thread Tibor Digana
Hi, There's a new branch MNG-6738 with new Resolver 1.4.1. If you have no objections, I will push it to master. https://gitbox.apache.org/repos/asf?p=maven.git;a=commit;h=88b632cf3d727c7d003a8a36f1b39bffb2f790f3 The build is running https://builds.apache.org/job/maven-box/job/maven/job/MNG-6738/

[ANN] Apache Maven Resolver 1.4.1 released

2019-08-18 Thread Tibor Digana
The Apache Maven team is pleased to announce the release of the Maven Resolver 1.4.1. https://maven.apache.org/resolver/ Release Notes - Maven Resolver - Version 1.4.1 ** Task * [MRESOLVER-92] - Revert MRESOLVER-7 Enjoy, -The Apache Maven team

[RESULT] [VOTE] Release Apache Maven Resolver version 1.4.1

2019-08-18 Thread Tibor Digana
Hi, The vote has passed with the following result: +1 : Tamás Cservenák, Tibor Digana, Michael Osipov, Sylwester Lachiewicz, Olivier Lamy 0 : none -1 : none. PMC quorum: accomplished. I will promote the artifacts to the central repo. Kind regards Tibor17

Re: [VOTE] Release Apache Maven Resolver version 1.4.1

2019-08-18 Thread Tibor Digana
Thx, the Vote has passed successfully. On Sun, Aug 18, 2019 at 1:27 AM Olivier Lamy wrote: > +1 > > On Thu, 15 Aug 2019 at 21:53, Tibor Digana wrote: > > > Hi, > > > > We solved 1 issue: > > > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12345950 > > > >

Re: plugins share common repository on one Jenkins node

2019-08-18 Thread Enrico Olivelli
Il ven 16 ago 2019, 20:37 Tibor Digana ha scritto: > The builds on a Jenkins node should be isolated. The paths of local > repository should be distinct. Therefore we used the trick with > EXECUTOR_NUMBER: > > > https://gitbox.apache.org/repos/asf?p=maven-jenkins-lib.git;a=blob;f=vars/asfMavenTlp