Skip to content

Commit

Permalink
Copying resources from the proper jar to a maven artifact selenium-java
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Mar 4, 2014
1 parent 76131ae commit 6239c3c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions maven/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,9 @@
<configuration>
<tasks>
<!-- Extract *.js files from client-combined-nodeps.jar to target/classes ... -->
<unjar src="../../build/java/client/src/org/openqa/selenium/client-combined-nodeps.jar" dest="target/classes">
<unjar src="../../build/java/client/src/com/thoughtworks/selenium/webdriven/webdriven.jar" dest="target/classes">
<patternset>
<include name="**/seleniumemulation/selenium_atoms/*.js" />
<include name="**/seleniumemulation/scripts/*.js" />
<include name="**/webdriven/*.js" />
</patternset>
</unjar>
</tasks>
Expand Down

0 comments on commit 6239c3c

Please sign in to comment.