From 3b56a714f69183074d58586f88cd5248aa6f3bd5 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Wed, 3 Apr 2024 13:36:24 -0700 Subject: [PATCH] cherry-pick(#1534): fix(docs): generate javadocs (#1535) Reference https://github.com/microsoft/playwright-java/issues/1533 --- playwright/pom.xml | 2 +- pom.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/playwright/pom.xml b/playwright/pom.xml index 8c841f4f..4bf46f06 100644 --- a/playwright/pom.xml +++ b/playwright/pom.xml @@ -26,7 +26,7 @@ maven-javadoc-plugin com.microsoft.playwright - com.microsoft.playwright.impl + com.microsoft.playwright.impl,com.microsoft.playwright.junit.impl diff --git a/pom.xml b/pom.xml index 78d28f0a..4a9d1063 100644 --- a/pom.xml +++ b/pom.xml @@ -135,6 +135,8 @@ --allow-script-in-comments false + + 11