Maven install on Publish Instance - AEM 6.1
when I try installing a package or a bundle from maven to publish instance, I am seeing a below error
[ERROR] Failed to execute goal org.apache.sling:maven-sling-plugin:2.1.0:install
(default) on project testsite.core: Installation on http://localhost:4503/crx/r
epository/crx.default/apps/testsite/install/ failed, cause: Installation failed,
cause: Method Not Allowed -> [Help 1]
where as it works fine if I install it on author instance.
Note: I have the project and the install folder under /apps
I was able to build the same in AEM 5.6.1. Am I missing anything here ??