Open GoogleCodeExporter opened 8 years ago
And this is plugin that I am using in the pom:
<plugin>
<groupId>com.googlecode.robotframework-maven-plugin</groupId>
<artifactId>robotframework-maven-plugin</artifactId>
<version>1.1.2</version>
<dependencies>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>2.23.1</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.12</version>
</dependency>
<dependency>
<groupId>org.robotframework</groupId>
<artifactId>javalib-core</artifactId>
<version>0.9.1</version>
</dependency>
<dependency>
<groupId>org.robotframework</groupId>
<artifactId>robotframework</artifactId>
<version>2.7.1</version>
</dependency>
</dependencies>
<executions>
<execution>
<phase>test</phase>
<goals>
<goal>run</goal>
<goal>libdoc</goal>
</goals>
</execution>
</executions>
Original comment by shawna.q...@gmail.com
on 25 Aug 2012 at 12:24
The issue seems to be on the override the the robotframework. For all the
version above 2.7 I am getting the exceptions. But i need to use the newer
version. So wondering if there is a workaround or when the plugin support the
newer version coming up?
Thx
Original comment by shawna.q...@gmail.com
on 27 Aug 2012 at 3:45
Original issue reported on code.google.com by
shawna.q...@gmail.com
on 25 Aug 2012 at 12:20