Forum Discussion

mshantan's avatar
mshantan
Occasional Contributor
16 years ago

Re: Maven soapUI plugin example

Hi,

I am doing some testing using soapUI Maven plugin and I have a few questions:

1) How can I try the pro version: Is there a way to specify the license in the Maven plugin? I did not find any such information for Maven plugin in the documentation online.
2) I assume there is an option to print advanced reports in Pro version: what does this report include and is it possible to print it in a various formats (like HTML or word etc), I guess there is a way as specified by "reportFormat" but I did not find any usage instructions in the documentation. Also how do I specify the location of the file and other relevant details.

Thanks for your help.

Shantan.

2 Replies

  • wdowling's avatar
    wdowling
    Occasional Contributor
    The Maven plugin doesn't require the license.

    I'm only using the Junit report options so I don't have any examples however they tend to match the values that you would set in the Client. So if you look on the reporting tab for your project you'll find the options listed. The 'reportName' will determine the name of the file and the 'outputFolder' will set where it's going to end up.

    Based on digging through some of the Jasper Reports stuff it looks like PDF, HTML, XML, Word, RTF, TEXT and XLS are the format options.

    Please let us know how it goes
  • mshantan's avatar
    mshantan
    Occasional Contributor
    Thanks for the suggestions, that works fine in my case too..