1
0
mirror of synced 2026-05-22 18:53:15 +00:00

chore: update subprojects metadata (#105)

This commit is contained in:
Yury Semikhatsky
2020-12-09 16:19:47 -08:00
committed by GitHub
parent 176aa98139
commit b895f90fd6
4 changed files with 72 additions and 6 deletions
+21
View File
@@ -8,7 +8,28 @@
<artifactId>playwright-java</artifactId>
<version>0.1-SNAPSHOT</version>
</parent>
<artifactId>driver</artifactId>
<name>Playwright Java - Driver</name>
<description>Java library to automate Chromium, Firefox and WebKit with a single API.
Playwright is built to enable cross-browser web automation that is ever-green, capable,
reliable and fast.
This module includes playwright-cli binary and related utilities. It is intended to be
used on the systems where Playwright driver is not preinstalled.
</description>
<url>https://github.com/microsoft/playwright-java</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/microsoft/playwright-java.git</url>
</scm>
<build>
<plugins>
<plugin>