Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pom.xml - "permission denied" for multi-user systems #10

Open
pozdneev opened this issue Jul 13, 2018 · 1 comment
Open

pom.xml - "permission denied" for multi-user systems #10

pozdneev opened this issue Jul 13, 2018 · 1 comment

Comments

@pozdneev
Copy link

On a multi-user system Eclipse might report a "permission denied"
message for a pom.xml file. This is known to be caused by
a workaround in mavenarchiver. For more details, see
https://dev.eclipse.org/mhonarc/lists/m2e-users/msg04160.html

mavenarchiver creates a directory fakerepo/ in ${"java.io.tmpdir"}
with 755 permissions in Linux. As a result, other users will not be
able to write to this directory.

@pozdneev
Copy link
Author

This is the corresponding entry in Eclipse Bugzilla: https://bugs.eclipse.org/bugs/show_bug.cgi?id=537003

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant