Skip to content

Commit

Permalink
KristianRosenvold: Fixed maven build
Browse files Browse the repository at this point in the history
r16313
  • Loading branch information
krosenvold committed Mar 20, 2012
1 parent 15c93e6 commit add3241
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ WebDriver.sln.cache
.yardoc
rb/.yardoc
.tm_properties
maven/*/src
maven/*/target

11 changes: 11 additions & 0 deletions maven/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
<artifactId>selenium-support</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.webbitserver</groupId>
<artifactId>webbit</artifactId>
</dependency>
<!-- We need JUnit for SeleneseTestCase ... -->
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -118,6 +122,13 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>true</skip>
<failIfNoTests>false</failIfNoTests>
</configuration>
</plugin>
</plugins>
</build>

Expand Down
5 changes: 5 additions & 0 deletions maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,11 @@
<artifactId>testng</artifactId>
<version>6.0.1</version>
</dependency>
<dependency>
<groupId>org.webbitserver</groupId>
<artifactId>webbit</artifactId>
<version>0.4.6</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit add3241

Please sign in to comment.