<?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>dev.vml.es</groupId>
  <artifactId>acm.ui.apps.structure</artifactId>
  <version>1.0.1</version>
  <packaging>content-package</packaging>
  <name>AEM Content Manager - Repository Structure Package</name>
  <description>Empty package that defines the structure of the Adobe Experience Manager repository the Code packages in this project deploy into.
        Any roots in the Code packages of this project should have their parent enumerated in the Filters list below.</description>
  <url>https://github.com/wttech/acm/acm.ui.apps.structure</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>krystian.panek</id>
      <name>Krystian Panek</name>
      <email>krystian.panek@vml.com</email>
      <organization>VML Enterprise Solutions</organization>
      <organizationUrl>https://www.vml.com/expertise/enterprise-solutions</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:ssh://git@github.com/wttech/acm.git/acm.ui.apps.structure</connection>
    <developerConnection>scm:git:ssh://git@github.com/wttech/acm.git/acm.ui.apps.structure</developerConnection>
    <url>https://github.com/wttech/acm/acm.ui.apps.structure</url>
  </scm>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.jackrabbit</groupId>
        <artifactId>filevault-package-maven-plugin</artifactId>
        <version>1.1.6</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
