[GitHub] [maven-gh-actions-shared] slachiewicz merged pull request #22: By Default run first build with Java 11

2021-12-01 Thread GitBox
slachiewicz merged pull request #22: URL: https://github.com/apache/maven-gh-actions-shared/pull/22 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

Re: [VOTE] Release Maven Doxia version 1.11.1

2021-12-01 Thread Sylwester Lachiewicz
+1 wt., 30 lis 2021 o 21:39 Olivier Lamy napisał(a): > > +1 > > On Mon, 29 Nov 2021 at 07:16, Michael Osipov wrote: > > > Hi, > > > > We solved 10 issues: > > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317230=12350888 > > > > There are still a couple of issues left

Re: Maven Assembly / Common Artifact Filters issues and defect

2021-12-01 Thread Václav Haisman
On 16. 11. 21 20:58, Václav Haisman wrote: > On 16. 11. 21 17:36, Slawomir Jaranowski wrote: >> Hi, >> Thanks for reporting. >> >> Does your issue is similar to [1] - If yes please comment, vote >> or if it is something else you can create a new issue. > > I have created a new issue. In my case,

Re: Empty jars in local .m2/repository

2021-12-01 Thread Tamás Cservenák
Just googled and found this old but rather very similar (0 byte files) SO post: https://stackoverflow.com/questions/38537913/artifactory-virtual-repo-some-files-cant-be-downloaded-zero-bytes-sent-to-cli HTH T On Wed, Dec 1, 2021, 16:43 Slawomir Jaranowski wrote: > Environment: > - vanilla

Re: Empty jars in local .m2/repository

2021-12-01 Thread Slawomir Jaranowski
Environment: - vanilla Maven - Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537) - maven build in single thread mode - no change for locking - Artifactory 6.23.28 as MRM in settings.xml I have defined one repository for private items and mirror for the rest but ... I found that

[GitHub] [maven-wrapper-plugin] rfscholte commented on pull request #1: [MWRAPPER-14] put all wrapper pieces in one build

2021-12-01 Thread GitBox
rfscholte commented on pull request #1: URL: https://github.com/apache/maven-wrapper-plugin/pull/1#issuecomment-983747573 In the end the-person-that-called-wrapper:wrapper should decide. It is a matter of a "sources-only repository" (either download via script or Java) versus "don't

[GitHub] [maven-wrapper-plugin] hboutemy commented on pull request #1: [MWRAPPER-14] put all wrapper pieces in one build

2021-12-01 Thread GitBox
hboutemy commented on pull request #1: URL: https://github.com/apache/maven-wrapper-plugin/pull/1#issuecomment-983710755 > The choice for `script` was because in general we don't want binaries in the SCM. There's no real damage if the file is committed anyway. making script the

[GitHub] [maven-wrapper-plugin] hboutemy commented on pull request #1: [MWRAPPER-14] put all wrapper pieces in one build

2021-12-01 Thread GitBox
hboutemy commented on pull request #1: URL: https://github.com/apache/maven-wrapper-plugin/pull/1#issuecomment-983699652 ok, code pushed in MWRPPER-14 branch in maven-studies https://github.com/apache/maven-studies/tree/MWRAPPER-14 -- This is an automated message from the Apache Git

Re: Empty jars in local .m2/repository

2021-12-01 Thread Tamás Cservenák
Forgot to respond: - on my laptop (just OSS work, no MRM used): no 0 byte files (6 or so months old laptop) - on my desktop ($$$ work + OSS work, MRM used): same as Romain, found only lock/part files that are 0 (this is 5 years old desktop) Both are Linux Mint 20.2. HTH T On Wed, Dec 1, 2021

Re: Empty jars in local .m2/repository

2021-12-01 Thread Tamás Cservenák
Slawomir, Qs: - do you use only "vanilla" Maven? (so ASF one, no mvnd, takari smart builder, etc) - do you use maven single threaded or MT? - do you use some alternative than default locking? - I think you are "solo" user, not AV affected corporation, but still, do you use any MRM (and if yes,

Re: Empty jars in local .m2/repository

2021-12-01 Thread Paul Hammant
Corporations that do anti-virus content filtering of incoming GETs, have occasionally seen corrupt jars in ~/.m2 and their shared Nexus/Artifactory. In that case there was text content for the jar (insead of a zip) and if you looked at it, you saw a HTML page talking of the A-V transgression but

[GitHub] [maven-wrapper-plugin] rfscholte commented on pull request #1: [MWRAPPER-14] put all wrapper pieces in one build

2021-12-01 Thread GitBox
rfscholte commented on pull request #1: URL: https://github.com/apache/maven-wrapper-plugin/pull/1#issuecomment-983664558 Can https://github.com/hboutemy/maven-wrapper be cloned to maven-studies? That makes it easier for everybody to do their changes. -- This is an automated message

Re: Empty jars in local .m2/repository

2021-12-01 Thread Slawomir Jaranowski
With Maven 3.6.2 I had similar issues ... so last week I upgrade on my CI system to 3.8.4 ... not fix śr., 1 gru 2021 o 12:27 Romain Manni-Bucau napisał(a): > Hi, > > I have a few coming from p2 plugins and .lock/.part files (missing cleanup > but no big deal I guess). All other 0 sized

Re: Empty jars in local .m2/repository

2021-12-01 Thread Romain Manni-Bucau
Hi, I have a few coming from p2 plugins and .lock/.part files (missing cleanup but no big deal I guess). All other 0 sized artifacts are related to data exploded in .m2 by plugins but unrelated to maven (like graal distro exploded, npm tar.gz exploded etc). Side note: I mainly use 3.6.3 on

Empty jars in local .m2/repository

2021-12-01 Thread Slawomir Jaranowski
Hi, >From time to time I have jars in .m2/repository of size 0. Probably some network issues are the reason for this situation. I can't reproduce this today. I need some hints which component is responsible for storing artifacts in .m2 Or some other hints which can help to reproduce, debug such