The maven-surefire-plugin supports using the java.library.path
property by means of the <argLine>
configuration option.
I need to pass the java.library.path
property to sql-maven-plugin (which doesn't have an <argLine>
configuration option) in order to use the jTDS driver with windows authentication (needs ntlmauth.dll).
Thanks in advance for your help.