<?xml version="1.0" encoding="UTF-8"?>
<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"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.eclipse.passage</groupId>
  <artifactId>org.eclipse.passage.lic.api</artifactId>
  <version>2.1.1</version>
  <name>org.eclipse.passage.lic.api</name>
  <description>Passage LIC API</description>
  <url>https://www.eclipse.org/passage</url>
  <licenses>
    <license>
      <name>The Eclipse Public License Version 2.0</name>
      <url>https://www.eclipse.org/legal/epl-v20.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>eclipse</id>
      <name>Eclipse.org</name>
      <email>info@eclipse.org</email>
    </developer>
  </developers>
  <scm>
    <connection>git@github.com:eclipse-passage/passage.git</connection>
    <url>https://github.com/eclipse-passage/passage.git</url>
  </scm>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-gpg-plugin</artifactId>
        <version>1.6</version>
        <executions>
          <execution>
            <id>sign-artifacts</id>
            <phase>verify</phase>
            <goals>
              <goal>sign</goal>
            </goals>
            <configuration>
              <gpgArguments>
                <arg>--pinentry-mode</arg>
                <arg>loopback</arg>
              </gpgArguments>
            </configuration>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
</project>
