...
Info | ||
---|---|---|
| ||
We highly recommend that you use encoded passwords to ensure successful authentication and increase the level of security; see Creating an Encoded Password. |
Settings Hierarchy
General settings are applied in the following order:
...
-Djtest.[Maven property name]
(e.g.,-Djtest.settings="my.general.properties"
).- the
pom.xml
file -Dproperty.jtest.[property name]
(e.g.,-Dproperty.jtest.license.use_network=true
dtp.server=server1.mycompany.com
)
Both -Djtest
and pom.xml
override settings that are passed with -Dproperty.jtest.
...