<?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>com.vmware.pscoe.iac</groupId>
    <artifactId>typescript</artifactId>
    <version>2.31.0</version>
  </parent>
  <groupId>com.vmware.pscoe.iac</groupId>
  <artifactId>vrotest</artifactId>
  <version>2.31.0</version>
  <licenses>
    <license>
      <name>BSD-2 License</name>
      <url>https://github.com/vmware/build-tools-for-vmware-aria/tree/main/licenses/bsd2_license</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <properties>
    <main.basedir>${project.parent.parent.basedir}</main.basedir>
    <attachFileName>vmware-pscoe-${project.artifactId}-${project.version}.tgz</attachFileName>
  </properties>
  <build>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>exec-maven-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>build-helper-maven-plugin</artifactId>
      </plugin>
    </plugins>
  </build>
</project>
