...
- By configuring the plugin parameters directly in your project's
pom.xml
file - In a
.properties
file provided with the<settings>
or<settingsList>
plugin parameters in thepom.xml
file - With the Maven command line options
-Djtest
or-Dproperty
- In the
jtestjtestcli.properties
file in the Jtest installation directory or your HOME directory (see Configuration Overview)
...
The settings provided in the
jtestjtestcli.properties
file always have the lowest priority.
...