0

My code has three property file and I want to give input through maven. How to give input for three files in VM agrument.

How to pass the -D System properties while testing on Eclipse?

I am following this link. But this link shows only for one property file. I want to give for three property file at once. Please suggest how to do it

1 Answers1

1

You can use the mentioned approach multiple times like :

-Dkey=value -Dkey2=value2 -Dkey3=value3

zbyszekt
  • 151
  • 1
  • 10