"Fossies" - the Fresh Open Source Software Archive

Member "selenium-selenium-4.8.1/java/src/org/openqa/selenium/pom.xml" (17 Feb 2023, 2068 Bytes) of package /linux/www/selenium-selenium-4.8.1.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) XML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 <?xml version="1.0" encoding="UTF-8"?>
    2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    4   <modelVersion>4.0.0</modelVersion>
    5 
    6   <groupId>{groupId}</groupId>
    7   <artifactId>{artifactId}</artifactId>
    8   <version>{version}</version>
    9 
   10   <name>{groupId}:{artifactId}</name>
   11   <description>Selenium automates browsers. That's it! What you do with that power is entirely up to you.</description>
   12   <url>https://selenium.dev/</url>
   13 
   14   <licenses>
   15     <license>
   16       <name>The Apache Software License, Version 2.0</name>
   17       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
   18       <distribution>repo</distribution>
   19     </license>
   20   </licenses>
   21 
   22   <scm>
   23     <url>https://github.com/SeleniumHQ/selenium/</url>
   24     <connection>scm:git:https://github.com/SeleniumHQ/selenium.git</connection>
   25     <developerConnection>scm:git:git@github.com:SeleniumHQ/selenium.git</developerConnection>
   26   </scm>
   27 
   28   <developers>
   29     <developer>
   30       <id>simon.m.stewart</id>
   31       <name>Simon Stewart</name>
   32       <roles>
   33         <role>Owner</role>
   34       </roles>
   35     </developer>
   36     <developer>
   37       <id>barancev</id>
   38       <name>Alexei Barantsev</name>
   39       <roles>
   40         <role>Committer</role>
   41       </roles>
   42     </developer>
   43     <developer>
   44       <id>diemol</id>
   45       <name>Diego Molina</name>
   46       <roles>
   47         <role>Committer</role>
   48       </roles>
   49     </developer>
   50     <developer>
   51       <id>james.h.evans.jr</id>
   52       <name>Jim Evans</name>
   53       <roles>
   54         <role>Committer</role>
   55       </roles>
   56     </developer>
   57     <developer>
   58       <id>theautomatedtester</id>
   59       <name>David Burns</name>
   60       <roles>
   61         <role>Committer</role>
   62       </roles>
   63     </developer>
   64     <developer>
   65       <id>titusfortner</id>
   66       <name>Titus Fortner</name>
   67       <roles>
   68         <role>Committer</role>
   69       </roles>
   70     </developer>
   71   </developers>
   72 
   73   <dependencies>
   74 {dependencies}
   75   </dependencies>
   76 </project>