mssql sql server

18 views
Skip to first unread message

Gaetano Giacalone

unread,
Sep 24, 2019, 1:33:59 PM9/24/19
to Maven JMeter Plugin Users
Does anyone have a good example on how to add configuration item in plugin to load mssql sql server jar/artifact?

Gaetano Giacalone

unread,
Sep 24, 2019, 3:27:06 PM9/24/19
to Maven JMeter Plugin Users
Answering my own Question here for Historical purposes and for others :)

in Plugin/Configration

<configuration>
  <testPlanLibraries>
    <artifact>com.microsoft.sqlserver:mssql-jdbc:7.2.2.jre8</artifact>
  </testPlanLibraries>
</configuration>

Basically use params for artifact

  <dependency>
      <groupId>com.microsoft.sqlserver</groupId>
      <artifactId>mssql-jdbc</artifactId>
      <version>7.2.2.jre8</version>
      <scope>test</scope>
    </dependency>
Reply all
Reply to author
Forward
0 new messages