Thursday 10 July 2014

Maven - Postman Plugin


  • For configuration just need to add below script into your POM.xml file  .if you get an error message :) add current version 0.1.6
  • Following command is used to send mail after the test phase mvn test postman:send-mail
One more thing this  plugin provides three goals:

postman:surefire-mail Sends mails based on surefire (test) results
postman:taglist-mail This goal is able to send 'reminder mails' based on the findings of the org.codehaus.mojo:taglist-maven-plugin