chore: update subprojects metadata (#105)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user