1

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

yannisf
  • 6,016
  • 9
  • 39
  • 61
  • Note DELETE should not define body semantics: http://stackoverflow.com/questions/299628/is-an-entity-body-allowed-for-an-http-delete-request – Elad Tabak Nov 22 '16 at 08:28
  • You might just use the Groovy plugin, see this answer: http://stackoverflow.com/a/3776965/2169091 – Tome Nov 22 '16 at 12:33

0 Answers0