Re: apache-source-release-assembly-descriptor does not retain correctly file permissions

2021-06-16 Thread Enrico Olivelli
Hervé, Il giorno mer 16 giu 2021 alle ore 07:43 Hervé BOUTEMY ha scritto: > > if you need to have consistent executable flags, you need to avoid getting it > from filesystem, because it is dependent on OS and user configuration > that's why for example, on such requirements in Maven (core), we

Re: apache-source-release-assembly-descriptor does not retain correctly file permissions

2021-06-15 Thread Hervé BOUTEMY
if you need to have consistent executable flags, you need to avoid getting it from filesystem, because it is dependent on OS and user configuration that's why for example, on such requirements in Maven (core), we use a dedicated assembly descriptor instead of the generic one [1] HTH Hervé [1]

apache-source-release-assembly-descriptor does not retain correctly file permissions

2021-06-14 Thread Enrico Olivelli
Hello, It looks like following this guide in order to create a good "source bundle" for an ASF Project (in this case Apache Pulsar) leads to a strange behaviour. https://maven.apache.org/apache-resource-bundles/ Basically some files miss the 'executable' flag, this way when the user unpacks the