<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.github.ndviet</groupId>
  <artifactId>library-robot-keywords</artifactId>
  <version>v23.1.2</version>
  <packaging>pom</packaging>
  <name>Library Robot Keywords</name>
  <description>Implementation for test libraries written in Java can be used in Robot Framework.</description>
  <url>https://github.com/vietnd96/library-robot-keywords/tree/master/library-robot-keywords</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>ndviet</id>
      <name>Nguyen Duc Viet</name>
      <email>nguyenducviet4496@gmail.com</email>
      <roles>
        <role>maintainer</role>
        <role>developer</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:vietnd96/library-robot-keywords.git/library-robot-keywords</connection>
    <developerConnection>scm:git:ssh://git@github.com:vietnd96/library-robot-keywords.git/library-robot-keywords</developerConnection>
    <url>https://github.com/vietnd96/library-robot-keywords/tree/master/library-robot-keywords</url>
  </scm>
  <distributionManagement>
    <repository>
      <id>ossrh</id>
      <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
    </repository>
    <snapshotRepository>
      <id>ossrh</id>
      <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
    </snapshotRepository>
  </distributionManagement>
  <properties>
    <release>false</release>
    <maven-gpg-plugin.version>1.5</maven-gpg-plugin.version>
    <flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version>
    <robotframework.version>4.1.2</robotframework.version>
    <maven-javadoc-plugin.version>3.4.1</maven-javadoc-plugin.version>
    <webdriverextensions.version>3.11.2</webdriverextensions.version>
    <spring-core.version>5.3.24</spring-core.version>
    <freemarker.version>2.3.31</freemarker.version>
    <commons-lang3.version>3.12.0</commons-lang3.version>
    <github.branch>master</github.branch>
    <nexus-staging-maven-plugin.version>1.6.7</nexus-staging-maven-plugin.version>
    <maven.compiler.source>11</maven.compiler.source>
    <maven-shade-plugin.version>3.4.1</maven-shade-plugin.version>
    <revision>v23.1.2</revision>
    <github.url>github.com</github.url>
    <qatools.ashot>1.5.4</qatools.ashot>
    <github.organization>vietnd96</github.organization>
    <test-java2robot-adapter.version>v23.1.2</test-java2robot-adapter.version>
    <sshd-core.version>2.9.1</sshd-core.version>
    <maven-source-plugin.version>3.2.1</maven-source-plugin.version>
    <maven-release-plugin.version>2.5.3</maven-release-plugin.version>
    <github.id>ndviet</github.id>
    <maven-dependency-plugin.version>3.3.0</maven-dependency-plugin.version>
    <javalib-core.version>2.0.3</javalib-core.version>
    <rest-assured.version>5.3.0</rest-assured.version>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <webdriverextensions-maven-plugin.version>3.4.0</webdriverextensions-maven-plugin.version>
    <commons-io.version>2.11.0</commons-io.version>
    <json-path.version>2.7.0</json-path.version>
    <log4j2.version>2.19.0</log4j2.version>
    <selenium-java.version>4.6.0</selenium-java.version>
    <snakeyaml.version>1.33</snakeyaml.version>
    <test-automation-fwk.version>v23.1.2</test-automation-fwk.version>
    <properties-maven-plugin.version>1.0.0</properties-maven-plugin.version>
    <jackson-databind.version>2.14.1</jackson-databind.version>
    <maven.compiler.target>11</maven.compiler.target>
    <robotframework-maven-plugin.version>2.1.0</robotframework-maven-plugin.version>
    <github.email>nguyenducviet4496@gmail.com</github.email>
    <github.name>Nguyen Duc Viet</github.name>
    <gmaven-plugin.version>1.3</gmaven-plugin.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.robotframework</groupId>
      <artifactId>javalib-core</artifactId>
      <version>2.0.3</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-dependency-plugin</artifactId>
        <executions>
          <execution>
            <phase>process-sources</phase>
            <goals>
              <goal>copy-dependencies</goal>
            </goals>
            <configuration>
              <outputDirectory>${project.build.directory}/jars</outputDirectory>
            </configuration>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
</project>
