<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>86655a3b-3d41-4d98-90ce-82753f6a2f03</groupId>
  <artifactId>experience-api-xact-analysis</artifactId>
  <version>1.0.0</version>
  <packaging>pom</packaging>
  <name>experience-api-xact-analysis</name>
  <properties>
    <classifier>raml</classifier>
    <main>experience-api-xact-analysis.raml</main>
    <status>published</status>
    <originalFormatVersion>1.0</originalFormatVersion>
    <apiVersion>v1</apiVersion>
    <projectId>c0d3277b-c610-4b5c-a8cc-f1b857f5a8be</projectId>
    <branchId>main</branchId>
    <commitId>efca0a9e0b48034f5711538063a513011a99bcdc</commitId>
    <keywords/>
    <type>rest-api</type>
    <mainFile>experience-api-xact-analysis.raml</mainFile>
  </properties>

  <build>
    <plugins>
      <!-- Attach the existing raml zip in the project directory for install/deploy (unchanged, as-is). -->
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>build-helper-maven-plugin</artifactId>
        <version>3.6.0</version>
        <executions>
          <execution>
            <id>attach-raml-zip</id>
            <phase>package</phase>
            <goals>
              <goal>attach-artifact</goal>
            </goals>
            <configuration>
              <artifacts>
                <artifact>
                  <file>${project.basedir}/experience-api-xact-analysis-1.0.0-raml.zip</file>
                  <type>zip</type>
                  <classifier>raml</classifier>
                </artifact>
              </artifacts>
            </configuration>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>

  <repositories>
    <repository>
      <id>anypoint-exchange</id>
      <url>https://maven.anypoint.mulesoft.com/api/v3/maven</url>
    </repository>
  </repositories>
</project>