Issue with 'rm' goal in content-package-maven-plugin
Hi,
I am using content-package-maven-plugin with uninstall,rm and install goals. The plugin behaves strangely for the fact that sometimes it fails with error for the 'rm' goal:
DEBUG] Configuring mojo 'com.day.jcr.vault:content-package-maven-plugin:0.0.20:rm' with basic configurator -->
[DEBUG] (f) failOnError = true
[DEBUG] (f) name = <package_name>
[DEBUG] (f) password = ********
[DEBUG] (f) serviceURL = http://localhost:4502/crx/packmgr/service/.json
[DEBUG] (f) settings = org.apache.maven.execution.SettingsAdapter@5f65d905
[DEBUG] (f) targetURL = <some_url>/crx/packmgr/service.jsp
[DEBUG] (f) timeout = 5
[DEBUG] (f) useProxy = true
[DEBUG] (f) userId = ********
[DEBUG] (f) verbose = false
[DEBUG] -- end configuration --
[DEBUG] Proxying disabled (useProxy=true) or no proxies configured
[ERROR] Request to <some_url>/crx/packmgr/service.jsp failed, response=Created
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
I am really not able to figure out, what the issue can be. I tried defining the 'timeOut' value explicitly to 10 but to no avail. Can you please help?
Other goals like uninstall and install work just fine. Facing issue with the rm goal. I am using version 0.0.20
Also, attached a file with somewhat a detailed log:)
Thanks in advance