leeleoo / flash-selenium

Automatically exported from code.google.com/p/flash-selenium
0 stars 0 forks source link

Maven pom.xml info? #61

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Setup a maven project
2. Google for FlashSelenium POM data
3. Find POM data:
<dependency>
    <groupId>com.googlecode</groupId>
    <artifactId>flashselenium-java-client-extension</artifactId>
    <version>1.0</version>
    <scope>test</scope>
</dependency>
4. Run Maven with the found FlashSelenium pom data and maven fails to find it

Where is the Maven plugin hosted?

Original issue reported on code.google.com by k177enm1...@gmail.com on 19 Oct 2011 at 1:10