I write java test cases with selenium and than use them in a maven project by specifying the dependencies example <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-java</artifactId> <version>2.47.1</version> </dependency> I was just wondering if anyone has had any experience running autoitX through maven and what dependencies they used?