Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-beta-7
-
Fix Version/s: 2.1
-
Component/s: site:deploy
-
Labels:None
-
Number of attachments :
Description
The chmod command that is run on line 194 of SiteDeployMojo takes a very long time on a large site because it runs against the repository base dir instead of the nested directory for just the given project. It would be desirable if it either was run on the subdirectory or was optional since in our case its and unnecessary command that takes 6+ minutes to run on our doc site of 50+GB.
Issue Links
- relates to
-
MSITE-30
site:deploy incompatibilities with m1.02
-
I'm mistaken, it does use the proper subdirectory. I'm running 'mvn site-deploy' on my top-level project and that's why its performing more poorly than my 'leaf' projects. I'd still like for it to be optional since it appears the permissions are correct before the chmod is run.