<?xml version="1.0"?>
<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>
  <parent>
    <groupId>com.github.martinpaljak</groupId>
    <artifactId>metacard</artifactId>
    <version>20.08.07</version>
  </parent>
  <groupId>com.github.martinpaljak.globalplatformpro</groupId>
  <artifactId>gppro</artifactId>
  <version>20.08.12</version>
  <packaging>pom</packaging>
  <name>GlobalPlatformPro</name>
  <description>Manage applets and keys on JavaCard-s like a pro</description>
  <url>https://github.com/martinpaljak/GlobalPlatformPro</url>
  <licenses>
    <license>
      <name>LGPL-3.0</name>
      <url>https://github.com/martinpaljak/GlobalPlatformPro/blob/master/LICENSE</url>
      <distribution>repo</distribution>
      <comments>Some files under MIT</comments>
    </license>
  </licenses>
  <modules>
    <module>tool</module>
    <module>library</module>
  </modules>
  <scm>
    <developerConnection>scm:git:git@github.com:martinpaljak/globalplatformpro.git</developerConnection>
    <url>https://github.com/martinpaljak/GlobalPlatformPro</url>
  </scm>
  <repositories>
    <repository>
      <id>javacard-pro</id>
      <url>https://javacard.pro/maven/</url>
    </repository>
  </repositories>
  <build>
    <resources>
      <resource>
        <directory>target/generated-resources</directory>
      </resource>
    </resources>
    <plugins>
      <plugin>
        <groupId>com.github.spotbugs</groupId>
        <artifactId>spotbugs-maven-plugin</artifactId>
        <configuration>
          <excludeFilterFile>spotbugs.xml</excludeFilterFile>
        </configuration>
      </plugin>
      <plugin>
        <groupId>io.github.zlika</groupId>
        <artifactId>reproducible-build-maven-plugin</artifactId>
      </plugin>
    </plugins>
  </build>
</project>
