<?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.o11n</groupId>
    <artifactId>base-packages-parent</artifactId>
    <version>2.31.2</version>
  </parent>
  <groupId>com.vmware.pscoe.vra-ng</groupId>
  <artifactId>vra-ng-package</artifactId>
  <version>2.31.2</version>
  <packaging>pom</packaging>
  <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>
    <checksum.definitions>content,packages</checksum.definitions>
    <main.basedir>${project.parent.parent.basedir}</main.basedir>
    <checksum.contentDir>src/main/resources</checksum.contentDir>
    <checksum.contentEnabled>true</checksum.contentEnabled>
    <checksum.contentGlob>*</checksum.contentGlob>
    <checksum.packagesGlob>*.vra-ng</checksum.packagesGlob>
    <checksum.packagesDir>target</checksum.packagesDir>
    <checksum.packagesEnabled>true</checksum.packagesEnabled>
  </properties>
  <build>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>flatten-maven-plugin</artifactId>
        <inherited>false</inherited>
      </plugin>
      <plugin>
        <artifactId>maven-javadoc-plugin</artifactId>
        <inherited>false</inherited>
      </plugin>
      <plugin>
        <groupId>com.vmware.pscoe.maven.plugins</groupId>
        <artifactId>vra-ng-package-maven-plugin</artifactId>
        <version>${revision}</version>
        <extensions>true</extensions>
        <configuration>
          <vrang>
            <host>${vrang.host}</host>
            <csp.host>${vrang.csp.host}</csp.host>
            <port>${vrang.port}</port>
            <username>${vrang.username}</username>
            <password>${vrang.password}</password>
            <serverId>${vrang.serverId}</serverId>
            <project.name>${vrang.project.name}</project.name>
            <project.id>${vrang.project.id}</project.id>
            <org.id>${vrang.org.id}</org.id>
            <org.name>${vrang.org.name}</org.name>
            <refresh.token>${vrang.refresh.token}</refresh.token>
            <bp.release>${vrang.bp.release}</bp.release>
            <vro.integration>${vrang.vro.integration}</vro.integration>
            <import.timeout>${vrang.import.timeout}</import.timeout>
            <data.collection.delay.seconds>${vrang.data.collection.delay.seconds}</data.collection.delay.seconds>
            <proxy>${vrang.proxy}</proxy>
            <cloud.proxy.name>${vrang.cloud.proxy.name}</cloud.proxy.name>
          </vrang>
          <ignoreSslCertificate>${vrealize.ssl.ignore.certificate}</ignoreSslCertificate>
          <ignoreSslHostname>${vrealize.ssl.ignore.hostname}</ignoreSslHostname>
          <socketTimeout>${vrealize.socket.timeout}</socketTimeout>
          <connectionTimeout>${vrealize.connection.timeout}</connectionTimeout>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>
