arteymix opened a new issue, #1227:
URL: https://github.com/apache/maven-site-plugin/issues/1227

   ### Affected version
   
   Deploying
   
   ### Bug description
   
   I have the following site layout for a parent/children project:
   
   ```
   parent/
   foo/
      foo-a
      foo-b
   ```
   
   When running `mvn -X site-deploy` in the `foo` project, `chmod` is called 
only once on the `parent` project, leaving permissions untouched on `foo`, 
`foo-a` and `foo-b`.
   
   Ideally, `chmod` should be called for every site being deployed, and not 
only once for the parent site.
   
   But more concerning is that changing permissions recursively on the parent 
site is inefficient and likely dangerous as it may affect permissions on 
projects that are unrelated to the one being deployed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to