Skip to content

Commit

Permalink
Update list of java modules to upload to maven
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Sep 29, 2022
1 parent dbf63cf commit e219c44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,13 @@ task '//java/test/org/openqa/selenium/environment/webserver:webserver:uber' => [
# Java targets required for release. These should all be java_export targets.
# Generated from: bazel query 'kind(maven_publish, set(//java/... //third_party/...))' | sort
JAVA_RELEASE_TARGETS = %w[
//java/src/com/thoughtworks/selenium/webdriven:webdriven.publish
//java/src/org/openqa/selenium/chrome:chrome.publish
//java/src/org/openqa/selenium/chromium:chromium.publish
//java/src/org/openqa/selenium/devtools/v85:v85.publish
//java/src/org/openqa/selenium/devtools/v104:v104.publish
//java/src/org/openqa/selenium/devtools/v105:v105.publish
//java/src/org/openqa/selenium/devtools/v106:v106.publish
//java/src/org/openqa/selenium/devtools/v85:v85.publish
//java/src/org/openqa/selenium/edge:edge.publish
//java/src/org/openqa/selenium/firefox:firefox.publish
//java/src/org/openqa/selenium/grid/sessionmap/jdbc:jdbc.publish
Expand All @@ -110,6 +111,7 @@ JAVA_RELEASE_TARGETS = %w[
//java/src/org/openqa/selenium/ie:ie.publish
//java/src/org/openqa/selenium/json:json.publish
//java/src/org/openqa/selenium/lift:lift.publish
//java/src/org/openqa/selenium/remote/http/jdk:jdk.publish
//java/src/org/openqa/selenium/remote/http:http.publish
//java/src/org/openqa/selenium/remote:remote.publish
//java/src/org/openqa/selenium/safari:safari.publish
Expand Down

0 comments on commit e219c44

Please sign in to comment.