Forum Discussion
2 Replies
- Hello,
If you do like this:
...
<projectFile>${project}</projectFile>
...
than you will be able to set project file name with -Dproject=. Actually, for each thing you are setting in pom file you could set property instead of value. Than in command line with -D = you set its value. Than you create a script in which you start maven and set value for each property. This is easy with bat and shell scripts...
Hope this helps,
robert - sug_in2008New ContributorHi
I am new to soapui -maven plugin.
Can you please provide me the sample bat or shell script to call the maven and execute the pom.xml with $project properties