You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Christian Schulte <cs...@schulte.it> on 2017/03/14 21:32:10 UTC

Distribution file permission issue with current master (attachment).

$ rm -rf apache-maven-3.5.0-SNAPSHOT
rm: apache-maven-3.5.0-SNAPSHOT/lib/jansi-native: Permission denied
rm: apache-maven-3.5.0-SNAPSHOT/lib: Directory not empty
rm: apache-maven-3.5.0-SNAPSHOT: Directory not empty
$ find apache-maven-3.5.0-SNAPSHOT
apache-maven-3.5.0-SNAPSHOT
apache-maven-3.5.0-SNAPSHOT/lib
apache-maven-3.5.0-SNAPSHOT/lib/jansi-native
find: apache-maven-3.5.0-SNAPSHOT/lib/jansi-native: Permission denied
$ ls -lah apache-maven-3.5.0-SNAPSHOT
total 16
drwxr-xr-x   3 schulte  schulte   512B Mar 14 22:26 .
drwxr-xr-x  29 schulte  schulte   1.0K Mar 14 22:28 ..
drwxr-xr-x   3 schulte  schulte   3.0K Mar 14 22:26 lib
$ ls -lah apache-maven-3.5.0-SNAPSHOT/lib
total 16
drwxr-xr-x  3 schulte  schulte   3.0K Mar 14 22:26 .
drwxr-xr-x  3 schulte  schulte   512B Mar 14 22:26 ..
d---------  7 schulte  schulte   512B Mar 14 22:22 jansi-native
$ ls -lah apache-maven-3.5.0-SNAPSHOT/lib/jansi-native
ls: jansi-native: Permission denied
$ ^D


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org