You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maven version = 3.6.3
IDE = Intellij v2019.3.4
AEM Version = 6.5.3
Description When user attempts to run profile mvn install -PautoBundleInstall the installation fails, and displays an error message within IDE "Access Denied"
File Path = bundle-live-reload/pom.xml
Triage Notes This issue appears to be occurring due to the use of a legacy configuration in the bundle profile at line 124 <usePut>true</usePut>
When replaced with the following <configuration> <slingUrl>http://${crx.host}:${crx.port}/system/console</slingUrl> <deploymentMethod>WebConsole</deploymentMethod> </configuration>
The text was updated successfully, but these errors were encountered:
Maven version = 3.6.3
IDE = Intellij v2019.3.4
AEM Version = 6.5.3
Description When user attempts to run profile mvn install -PautoBundleInstall the installation fails, and displays an error message within IDE "Access Denied"
File Path = bundle-live-reload/pom.xml
Triage Notes This issue appears to be occurring due to the use of a legacy configuration in the bundle profile at line 124
<usePut>true</usePut>
When replaced with the following
<configuration> <slingUrl>http://${crx.host}:${crx.port}/system/console</slingUrl> <deploymentMethod>WebConsole</deploymentMethod> </configuration>
The text was updated successfully, but these errors were encountered: