Skip to content

Commit 5fc364d

Browse files
committed
Break LiFT into its own maven package
And make sure we publish it when we get round to releasing 3.4
1 parent 6692b19 commit 5fc364d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ JAVA_RELEASE_TARGETS = [
114114
'//java/client/src/org/openqa/selenium/edge:edge',
115115
'//java/client/src/org/openqa/selenium/firefox:firefox',
116116
'//java/client/src/org/openqa/selenium/ie:ie',
117+
'//java/client/src/org/openqa/selenium/lift:lift',
117118
'//java/client/src/org/openqa/selenium/opera:opera',
118119
'//java/client/src/org/openqa/selenium/remote:remote',
119120
'//java/client/src/org/openqa/selenium/safari:safari',

java/client/src/org/openqa/selenium/lift/BUCK

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
include_defs('//SELENIUM_VERSION')
2+
13
java_library(name = 'lift',
24
srcs = glob(['**/*.java']),
5+
maven_coords = 'org.seleniumhq.selenium:lift:' + SE_VERSION,
6+
maven_pom_template = '//java/client/src/org/openqa/selenium:template-pom',
37
deps = [
48
'//java/client/src/org/openqa/selenium:selenium',
59
'//java/client/src/org/openqa/selenium/support/ui:clock',

0 commit comments

Comments
 (0)