Skip to content

Commit 98ecff6

Browse files
authored
chore: dedup scm metadata (microsoft#107)
1 parent 4a18f5b commit 98ecff6

File tree

4 files changed

+3
-42
lines changed

4 files changed

+3
-42
lines changed

api-generator/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,6 @@
1919
This is an internal module used to generate Java API from the upstream Playwright
2020
definitions. It's an internal development module not intended for external use.
2121
</description>
22-
<url>https://github.com/microsoft/playwright-java</url>
23-
<licenses>
24-
<license>
25-
<name>Apache License, Version 2.0</name>
26-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
27-
<distribution>repo</distribution>
28-
</license>
29-
</licenses>
30-
<scm>
31-
<url>https://github.com/microsoft/playwright-java.git</url>
32-
</scm>
3322

3423
<build>
3524
<plugins>

driver/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,6 @@
1818
This module includes playwright-cli binary and related utilities. It is intended to be
1919
used on the systems where Playwright driver is not preinstalled.
2020
</description>
21-
<url>https://github.com/microsoft/playwright-java</url>
22-
<licenses>
23-
<license>
24-
<name>Apache License, Version 2.0</name>
25-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
26-
<distribution>repo</distribution>
27-
</license>
28-
</licenses>
29-
<scm>
30-
<url>https://github.com/microsoft/playwright-java.git</url>
31-
</scm>
3221

3322
<build>
3423
<plugins>

playwright/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,6 @@
1818

1919
This is the main package that provides Playwright Java client.
2020
</description>
21-
<url>https://github.com/microsoft/playwright-java</url>
22-
<licenses>
23-
<license>
24-
<name>Apache License, Version 2.0</name>
25-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
26-
<distribution>repo</distribution>
27-
</license>
28-
</licenses>
29-
<scm>
30-
<url>https://github.com/microsoft/playwright-java.git</url>
31-
</scm>
3221

3322
<build>
3423
<plugins>

pom.xml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
</license>
2525
</licenses>
2626
<scm>
27-
<url>https://github.com/microsoft/playwright-java.git</url>
27+
<connection>scm:git:https://github.com/microsoft/playwright-java.git</connection>
28+
<developerConnection>scm:git:https://github.com/microsoft/playwright-java.git</developerConnection>
29+
<url>https://github.com/microsoft/playwright-java</url>
2830
</scm>
2931

3032
<modules>
@@ -104,12 +106,4 @@
104106
</plugins>
105107
</pluginManagement>
106108
</build>
107-
108-
<distributionManagement>
109-
<repository>
110-
<id>github</id>
111-
<name>GitHub Packages</name>
112-
<url>https://maven.pkg.github.com/microsoft/playwright-java</url>
113-
</repository>
114-
</distributionManagement>
115109
</project>

0 commit comments

Comments
 (0)