[
https://issues.apache.org/jira/browse/MNG-7656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17653395#comment-17653395
]
Michael Osipov commented on MNG-7656:
-------------------------------------
Here it is:
{noformat}
$ git bisect good
c6ecff9923088d854d4621e17d602f1c70dda806 is the first bad commit
commit c6ecff9923088d854d4621e17d602f1c70dda806
Author: Tamas Cservenak <[email protected]>
Date: Sat Nov 26 20:08:34 2022 +0100
[MNG-7586] Update Maven Resolver to 1.9.2 (#882)
Updates resolver to latest release.
---
https://issues.apache.org/jira/browse/MNG-7586
.../maven/internal/aether/ResolverLifecycle.java | 49 ++++++++++++++++++++++
pom.xml | 2 +-
2 files changed, 50 insertions(+), 1 deletion(-)
create mode 100644
maven-core/src/main/java/org/apache/maven/internal/aether/ResolverLifecycle.java
{noformat}
[~cstamas], can you take a look?
> Dependencies copied to target have stricter permissions
> -------------------------------------------------------
>
> Key: MNG-7656
> URL: https://issues.apache.org/jira/browse/MNG-7656
> Project: Maven
> Issue Type: Bug
> Affects Versions: 4.0.0-alpha-3
> Reporter: Moshe Elisha
> Priority: Minor
> Fix For: waiting-for-feedback
>
> Attachments: maven.log
>
>
> Dependency JARs that were copied duringĀ "clean install" to target have read
> and write permissions only to the user/owner and no permissions at all to the
> group and others.("-rw-------")
> Not sure if the issue is when maven downloads the JARs from the repo or when
> the JARs are copied from the repo to the target (using
> "dependency:3.4.0:copy-dependencies")
--
This message was sent by Atlassian Jira
(v8.20.10#820010)