<?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>com.dimajix.flowman</groupId>
  <artifactId>flowman-root</artifactId>
  <version>0.29.0</version>
  <packaging>pom</packaging>
  <name>Flowman root pom</name>
  <description>Flowman is a Big Data build tool powered by Apache Spark. It simplified the development of complex data
        transformations by employing a purely declarative workflow. Moreover, Flowman can also take over the complete
        lifecycle management of outgoing data sinks, let them be Hive tables, JDBC tables or simply files. This
        lifecycle management includes table creation, automatic migration, populating and optional clean up.</description>
  <url>https://flowman.io</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Kaya Kupferschmidt</name>
      <email>k.kupferschmidt@dimajix.de</email>
      <organization>dimajix</organization>
      <organizationUrl>https://www.dimajix.de</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/dimajix/flowman.git</connection>
    <developerConnection>scm:git:ssh://github.com:dimajix/flowman.git</developerConnection>
    <url>https://github.com/dimajix/flowman/tree/master</url>
  </scm>
  <repositories>
    <repository>
      <id>maven-central</id>
      <url>https://repo1.maven.org/maven2/</url>
    </repository>
    <repository>
      <id>jitpack.io</id>
      <url>https://jitpack.io</url>
    </repository>
  </repositories>
  <build>
    <plugins>
      <plugin>
        <groupId>org.sonatype.plugins</groupId>
        <artifactId>nexus-staging-maven-plugin</artifactId>
        <version>1.6.13</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
