<?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>
  <parent>
    <groupId>org.aksw.data.config</groupId>
    <artifactId>aksw-data-deployment</artifactId>
    <version>0.0.8</version>
  </parent>
  <groupId>org.aksw.data.coypu.infrastructure.powerplants</groupId>
  <artifactId>powerplants-20230223</artifactId>
  <version>1.0.0</version>
  <packaging>pom</packaging>
  <properties>
    <!-- Experimental sorted convention: sorted.{type}[-{classifier}] -->
    <sorted.nt.bz2>true</sorted.nt.bz2>
    <build-helper-maven-plugin.version>3.3.0</build-helper-maven-plugin.version>
  </properties>
  <build>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>build-helper-maven-plugin</artifactId>
        <version>${build-helper-maven-plugin.version}</version>
        <executions>
          <execution>
            <id>attach-artifacts</id>
            <phase>package</phase>
            <goals>
              <goal>attach-artifact</goal>
            </goals>
            <configuration>
              <artifacts>
                <artifact>
                  <file>powerplants.sorted.nt.bz2</file>
                  <type>nt.bz2</type>
                </artifact>
              </artifacts>
            </configuration>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
</project>
