From 556f67deacf97a2b816520c77ea812468e865472 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Fri, 11 Dec 2020 08:50:58 -0800 Subject: [PATCH] fix: skip javadoc generation for .impl package (#112) --- playwright/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playwright/pom.xml b/playwright/pom.xml index d8bb596c..cf8bc911 100644 --- a/playwright/pom.xml +++ b/playwright/pom.xml @@ -29,8 +29,8 @@ org.apache.maven.plugins maven-javadoc-plugin - 8 - + com.microsoft.playwright + com.microsoft.playwright.impl --allow-script-in-comments false