<?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.dtyunxi.yundt</groupId>
    <artifactId>yundt-cube-modules</artifactId>
    <version>3.0.7.2-CUBE-SNAPSHOT</version>
  </parent>
  <groupId>com.dtyunxi.yundt.icom</groupId>
  <artifactId>bundle-base-center-shop</artifactId>
  <version>3.17.2.0-CUBE-SNAPSHOT</version>
  <packaging>pom</packaging>
  <name>bundle-base-center-shop</name>
  <modules>
    <module>bundle-base-center-shopapi</module>
    <module>bundle-base-center-shopdao</module>
    <module>bundle-base-center-shopweb</module>
    <module>bundle-base-center-shopbiz</module>
    <module>bundle-base-center-shopservice</module>
    <module>bundle-base-center-shopeo</module>
    <module>bundle-base-center-shopstdeo</module>
  </modules>
  <distributionManagement>
    <site>
      <id>website</id>
      <url>file:///c:/home/cube/sites</url>
    </site>
  </distributionManagement>
  <properties>
    <yundt-cube-center-user.version>${bundle-base-center.version}</yundt-cube-center-user.version>
    <yundt-cube-center.version>3.16.1.0-SNAPSHOT</yundt-cube-center.version>
    <esotericsoftware-kryo.version>4.0.2</esotericsoftware-kryo.version>
    <yundt-cube-center-identity.version>3.14.2.0-RC-SNAPSHOT</yundt-cube-center-identity.version>
    <icommerce-utils.version>3.3.1.0-SNAPSHOT</icommerce-utils.version>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <yundt-cube-center-member.version>3.17.2.0-SNAPSHOT</yundt-cube-center-member.version>
    <bundle-base-center.version>3.14.2.0-RC-SNAPSHOT</bundle-base-center.version>
  </properties>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.dtyunxi.yundt.cube</groupId>
        <artifactId>bundle-base-center-userapi</artifactId>
        <version>${bundle-base-center.version}</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt.cube</groupId>
        <artifactId>bundle-organization-center-userapi</artifactId>
        <version>${bundle-base-center.version}</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt</groupId>
        <artifactId>yundt-cube-center-identityapi</artifactId>
        <version>${yundt-cube-center-identity.version}</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt</groupId>
        <artifactId>yundt-cube-center-memberapi</artifactId>
        <version>${yundt-cube-center-member.version}</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.huieryun</groupId>
        <artifactId>huieryun-opensearch-dependencies-es6.8</artifactId>
        <version>${huieryun-dependencies.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-archetype-plugin</artifactId>
        <configuration>
          <encoding>UTF-8</encoding>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-resources-plugin</artifactId>
        <configuration>
          <encoding>UTF-8</encoding>
        </configuration>
      </plugin>
      <plugin>
        <groupId>com.dtyunxi.cube.starter</groupId>
        <artifactId>cube-code-enhance-maven-plugin</artifactId>
        <executions>
          <execution>
            <goals>
              <goal>gen-api-json</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>com.dtyunxi.cube.starter</groupId>
        <artifactId>cube-code-enhance-maven-plugin</artifactId>
        <executions>
          <execution>
            <goals>
              <goal>bundle-scan</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
</project>
