Skip to content

Commit da155ec

Browse files
committed
Add name for maven pom file
This is needed in order to do a "bundle upload" for maven.
1 parent 0d45561 commit da155ec

File tree

1 file changed

+2
-0
lines changed
  • java/client/src/org/openqa/selenium

1 file changed

+2
-0
lines changed

java/client/src/org/openqa/selenium/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<groupId>{groupId}</groupId>
77
<artifactId>{artifactId}</artifactId>
88
<version>{version}</version>
9+
10+
<name>{groupId}:{artifactId}</name>
911
<description>Selenium automates browsers. That's it! What you do with that power is entirely up to you.</description>
1012
<url>http://www.seleniumhq.org/</url>
1113

0 commit comments

Comments
 (0)