I have my extender parameter like this:
https://i.stack.imgur.com/ytzPk.png
how can i pass it to maven ?
<systemPropertyVariables>
<modules>${project.modules}</modules>
</systemPropertyVariables>
seems not working ? how to access exact one? will it be store in table ? what if I pick more than one ?
i would like to access it in testng:
String modules = System.getProperty("modules");