Forum Discussion

Osmo_Kajasto's avatar
16 years ago

Problem with maven2 property listings

Hi,

I ran into a small problem with soapUI's maven plugin when I was trying to get it to produce junit-style reports. I had checked the properties from the
page http://www.soapui.org/plugin/maven2/properties.html.

Here is the correct line from the property listing:

PropertyOptionalDescription.........junitReportYesTurns on creation of JUnit-reports, (yes/no)

I was trying to achieve my goal by putting following line to the pom.xml:

yes

But that didn't work at all. After several trial and errors and searching I eventually learned that the correct form for the property was:

true

I think the text "(yes/no)" in the property descriptions should be changed to "(true/false)" in order to avoid same confusion happening to someone else.

Br.