mirror of
https://github.com/microsoft/playwright-java.git
synced 2025-09-08 21:01:00 +00:00
chore: dedup scm metadata (#107)
This commit is contained in:
parent
4a18f5b1b7
commit
98ecff6ccb
@ -19,17 +19,6 @@
|
||||
This is an internal module used to generate Java API from the upstream Playwright
|
||||
definitions. It's an internal development module not intended for external use.
|
||||
</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>
|
||||
|
@ -18,17 +18,6 @@
|
||||
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>
|
||||
|
@ -18,17 +18,6 @@
|
||||
|
||||
This is the main package that provides Playwright Java client.
|
||||
</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>
|
||||
|
12
pom.xml
12
pom.xml
@ -24,7 +24,9 @@
|
||||
</license>
|
||||
</licenses>
|
||||
<scm>
|
||||
<url>https://github.com/microsoft/playwright-java.git</url>
|
||||
<connection>scm:git:https://github.com/microsoft/playwright-java.git</connection>
|
||||
<developerConnection>scm:git:https://github.com/microsoft/playwright-java.git</developerConnection>
|
||||
<url>https://github.com/microsoft/playwright-java</url>
|
||||
</scm>
|
||||
|
||||
<modules>
|
||||
@ -104,12 +106,4 @@
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>github</id>
|
||||
<name>GitHub Packages</name>
|
||||
<url>https://maven.pkg.github.com/microsoft/playwright-java</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
</project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user