I am trying to uninstall and remove a package from CRX de. To do this, I use the "content-package-maven-plugin" and the top-level maven target in Jenkins is called with removal and rm as targets for this plugin. Configuration:
-e com.day.jcr.vault: content-package-maven-plugin: 0.0.18: remove com.day.jcr.vault: content-package-maven-plugin: 0.0.18: rm
The package was successfully deleted, but the maven target failed by deleting the package with an error, for example
[ERROR] Missing response status information in response: <?xml version="1.0" encoding="UTF-8"?>
After that comes the html code. I tried to find out that the problem might not be able to understand. In addition, this issue is sporadic, and sometimes it fails, sometimes it succeeds. Therefore, reproducing it is also difficult.
Could you help me find out what could be the problem so that I can begin to move towards solving it :)
Thanks in advance
source share