Skip to content

Commit 66e0e3e

Browse files
committed
Fix java webdriver project pom file
Add distributionManagement tag
1 parent b46c104 commit 66e0e3e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

java/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@
3232
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3333
</properties>
3434

35+
<distributionManagement>
36+
<snapshotRepository>
37+
<id>ossrh</id>
38+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
39+
</snapshotRepository>
40+
</distributionManagement>
41+
3542
<dependencies>
3643
<dependency>
3744
<groupId>org.seleniumhq.selenium</groupId>

0 commit comments

Comments
 (0)