[ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate (default-cli) on project standalone-pom: java.nio.file.FileSystemException: C:\Users\Mohammed Skouti\Downloads\aemservertest\aem-guides-wknd\dispatcher\src\conf.d\enabled_vhosts\default.vhost: A required privilege is not held by the client. -> [Help 1]
Solved! Go to Solution.
Views
Replies
Total Likes
It seems to be a permission issue on the windows machine. Please try the following:
Open the command window as an Administrator(Right click on the command prompt and run as Administrator) and run the maven archetype generation command in this command prompt.
Hope this helps!
It seems to be a permission issue on the windows machine. Please try the following:
Open the command window as an Administrator(Right click on the command prompt and run as Administrator) and run the maven archetype generation command in this command prompt.
Hope this helps!
Thanks .!!!
it works !!
Views
Likes
Replies