<?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.32.0</version>
  </parent>
  <groupId>com.vmware.pscoe.vcd</groupId>
  <artifactId>vcd-ng-package</artifactId>
  <version>2.32.0</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.tsEnabled>true</checksum.tsEnabled>
    <checksum.tsExcludes>\.test\.ts$</checksum.tsExcludes>
    <excludeTransitive>true</excludeTransitive>
    <sonar.language>ts</sonar.language>
    <checksum.jsGlob>*.js</checksum.jsGlob>
    <checksum.packagesGlob>*.package</checksum.packagesGlob>
    <checksum.jsEnabled>true</checksum.jsEnabled>
    <checksum.jsDir>target/vro-sources/src/main</checksum.jsDir>
    <sonar.sources>src</sonar.sources>
    <checksum.xmlDir>target/vro-sources/src/main</checksum.xmlDir>
    <checksum.packagesEnabled>true</checksum.packagesEnabled>
    <checksum.definitions>ts,js,xml,packages</checksum.definitions>
    <checksum.xmlExcludes>\.js$,.element_info\.xml</checksum.xmlExcludes>
    <main.basedir>${project.parent.parent.basedir}</main.basedir>
    <checksum.xmlEnabled>true</checksum.xmlEnabled>
    <checksum.packagesDir>target</checksum.packagesDir>
    <checksum.tsGlob>*.ts</checksum.tsGlob>
    <checksum.xmlGlob>*.js</checksum.xmlGlob>
    <checksum.tsDir>src</checksum.tsDir>
  </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>vcd-ng-package-maven-plugin</artifactId>
        <version>${revision}</version>
        <extensions>true</extensions>
        <configuration>
          <vcd>
            <host>${vcd.host}</host>
            <port>${vcd.port}</port>
            <username>${vcd.username}</username>
            <password>${vcd.password}</password>
            <serverId>${vcd.serverId}</serverId>
          </vcd>
          <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>
