From 1b9e55241dc2e940cb88dcf875c30b7d5df55f18 Mon Sep 17 00:00:00 2001 From: Rafael Winterhalter Date: Mon, 3 Aug 2026 20:23:23 +0200 Subject: [PATCH] feat: add Automatic-Module-Name manifest entries (#1947) --- driver-bundle/pom.xml | 4 ++++ driver/pom.xml | 4 ++++ playwright/pom.xml | 12 ++++++++++++ pom.xml | 3 +++ 4 files changed, 23 insertions(+) diff --git a/driver-bundle/pom.xml b/driver-bundle/pom.xml index 2aa0b02e..1f65521a 100644 --- a/driver-bundle/pom.xml +++ b/driver-bundle/pom.xml @@ -16,6 +16,10 @@ Node.js is preinstalled on the host (see PLAYWRIGHT_NODEJS_PATH). + + com.microsoft.playwright.driver.bundle + + + com.microsoft.playwright.test + + + diff --git a/pom.xml b/pom.xml index 491e422e..f0e953c7 100644 --- a/pom.xml +++ b/pom.xml @@ -192,6 +192,9 @@ true + + ${automatic.module.name} +