You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Alexander Kriegisch (Jira)" <ji...@apache.org> on 2022/10/20 13:22:00 UTC

[jira] [Comment Edited] (MSHADE-366) "Access denied" during 'minimizeJar'

    [ https://issues.apache.org/jira/browse/MSHADE-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17621104#comment-17621104 ] 

Alexander Kriegisch edited comment on MSHADE-366 at 10/20/22 1:21 PM:
----------------------------------------------------------------------

I beg your pardon, but this issue is easily reproducible by just doing what I described when opening it. A PR has been proposed and not merged. I also opened MSHADE-400 and provided yet [another PR|https://github.com/apache/maven-shade-plugin/pull/110], which also fixes this issue and has not been merged yet. The only reason this is still open is that nobody cares to fix it, not even with PRs that could be merged by one mouse click. The ball certainly is not in my court here.


was (Author: kriegaex):
I beg pardon, but this issue is easily reproducible by just doing what I described when opening it. A PR has been proposed and not merged. I also opened MSHADE-400 and provided yet [another PR|https://github.com/apache/maven-shade-plugin/pull/110], which also fixes this issue and has not been merged yet. The only reason this is still open is that nobody cares to fix it, not even with PRs that could be merged by one mouse click. The ball certainly is not in my court here.

> "Access denied" during 'minimizeJar'
> ------------------------------------
>
>                 Key: MSHADE-366
>                 URL: https://issues.apache.org/jira/browse/MSHADE-366
>             Project: Maven Shade Plugin
>          Issue Type: Bug
>    Affects Versions: 3.2.3
>         Environment: Windows 10 Professional, Java 8, Maven 3.6.3 (bundled in IntelliJ IDEA Ultimate 2020.1)
>            Reporter: Alexander Kriegisch
>            Priority: Major
>         Attachments: full-build.log, module-build.log
>
>
> Whenever I use Maven Shade with {{minimizeJar}} on my Windows 10 box, I see this warning during the build:
> {code:none}
> [INFO] Including net.bytebuddy:byte-buddy:jar:1.10.10 in the shaded jar.
> [INFO] Minimizing jar de.scrum-master:remove-final-agent:jar:1.0-SNAPSHOT
> [WARNING] C:\Users\alexa\Documents\java-src\ByteBuddyAspect\remove-final-parent\remove-final-agent\target\classes (Zugriff verweigert)
> {code}
> "Zugriff verweigert" is German for "access denied".
> One sample plugin configuration is:
> {code:xml}
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-shade-plugin</artifactId>
>         <version>3.2.3</version>
>         <executions>
>           <execution>
>             <phase>package</phase>
>             <goals>
>               <goal>shade</goal>
>             </goals>
>             <configuration>
>               <minimizeJar>true</minimizeJar>
>               <createDependencyReducedPom>false</createDependencyReducedPom>
>               <shadedArtifactAttached>false</shadedArtifactAttached>
>             </configuration>
>           </execution>
>         </executions>
>       </plugin>
> {code}
> I removed my filters because even without them the same warning occurs. As soon as I deactivate {{minimizeJar}}, the warning is gone.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)