Is there a plugin to send HTTP requests, specifically DELETE with payloads, from maven?
ps. As possible options I have already considered, exec+curl, exec of a java program, a custom plugin, but I am mostly interested of a ready/tested plugin
Is there a plugin to send HTTP requests, specifically DELETE with payloads, from maven?
ps. As possible options I have already considered, exec+curl, exec of a java program, a custom plugin, but I am mostly interested of a ready/tested plugin