Skip to content

Conversation

@haroon-sheikh
Copy link
Contributor

@haroon-sheikh haroon-sheikh commented May 11, 2017

You're now able to have something like this:

<plugin>
	<groupId>com.lazerycode.selenium</groupId>
	<artifactId>driver-binary-downloader-maven-plugin</artifactId>
	<version>${lazerycode.selenium.version}</version>
	<configuration>
		<rootStandaloneServerDirectory>${browser.location}</rootStandaloneServerDirectory>
		<downloadedZipFileDirectory>${browser.location}/zips</downloadedZipFileDirectory>
		<customRepositoryMap>/config/RepositoryMap.xml</customRepositoryMap>
		<onlyGetDriversForHostOperatingSystem>true</onlyGetDriversForHostOperatingSystem>
		<throwExceptionIfSpecifiedVersionIsNotFound>true</throwExceptionIfSpecifiedVersionIsNotFound>
		<fileDownloadRetryAttempts>3</fileDownloadRetryAttempts>
		<fileDownloadConnectTimeout>20000</fileDownloadConnectTimeout>
		<fileDownloadReadTimeout>20000</fileDownloadReadTimeout>
		<checkFileHashes>true</checkFileHashes>
	</configuration>
	<dependencies>
		<dependency>
			<groupId>com.mycompany.gauge</groupId>
			<artifactId>mycompany-buildtools</artifactId>
			<version>1.0</version>
		</dependency>
	</dependencies>
	<executions>
		<execution>
			<goals>
				<goal>selenium</goal>
			</goals>
		</execution>
	</executions>
</plugin>

@Ardesco Ardesco merged commit de3728a into Ardesco:master May 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants