Hi together,
i try to run gatling tests with maven, but it fails because I have no connection to maven central.
I have a nexus running which is also configured within my maven settings, but this seems to be ignored by the plugin.
The error I get is the following:
14:12:45,295 DEBUG io.gatling.commons.util.LatestGatlingRelease$| Failed to fetch latest release from maven central
java.net.SocketTimeoutException: connect timed out
Dependencies in pom are as follows:
</dependency>
<dependency>
<groupId>io.gatling.highcharts</groupId>
<artifactId>gatling-charts-highcharts</artifactId>
<version>3.9.5</version>
<scope>test</scope>
</dependency>
I hope you have a tip how to switch of the check or give them the local nexus to check for new version.
Thanks in advance and kind regards
Andy