<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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.imarketing</groupId>
    <artifactId>imarketing-modules</artifactId>
    <version>3.16.2.0-SNAPSHOT</version>
  </parent>
  <groupId>com.dtyunxi.yundt</groupId>
  <artifactId>yundt-cube-center-promotion</artifactId>
  <version>3.16.2.0-SNAPSHOT</version>
  <packaging>pom</packaging>
  <name>yundt-cube-center-promotion</name>
  <modules>
    <module>yundt-cube-center-promotionapi</module>
    <module>yundt-cube-center-promotiondao</module>
    <module>yundt-cube-center-promotionweb</module>
    <module>yundt-cube-center-promotionbiz</module>
    <module>yundt-cube-center-promotionservice</module>
    <module>yundt-cube-center-promotionconf</module>
    <module>yundt-cube-center-promotionclient</module>
    <module>yundt-cube-promotioneo</module>
  </modules>
  <distributionManagement>
    <site>
      <id>website</id>
      <url>file:///c:/home/cube/sites</url>
    </site>
  </distributionManagement>
  <properties>
    <skipTests>true</skipTests>
    <bundle-b2b-center-promotion.version>3.16.2.0-SNAPSHOT</bundle-b2b-center-promotion.version>
    <yundt.cube.center.item.version>3.16.1.0-SNAPSHOT</yundt.cube.center.item.version>
    <yundt-cube-center-userapi.version>3.15.2.0-SNAPSHOT</yundt-cube-center-userapi.version>
    <yundt.module.starter.context.version>1.3.3.3-CUBE-SNAPSHOT</yundt.module.starter.context.version>
    <yundt-cube-center-identity.version>3.15.2.0-SNAPSHOT</yundt-cube-center-identity.version>
    <bundle.base.center.promotion.version>3.16.2.0-SNAPSHOT</bundle.base.center.promotion.version>
  </properties>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.dtyunxi.yundt</groupId>
        <artifactId>yundt-cube-center-itemapi</artifactId>
        <version>${yundt.cube.center.item.version}</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt</groupId>
        <artifactId>yundt-cube-center-userapi</artifactId>
        <version>${yundt-cube-center-userapi.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>
    <resources>
      <resource>
        <filtering>true</filtering>
        <directory>src/main/resources</directory>
      </resource>
    </resources>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.8</source>
          <target>1.8</target>
          <encoding>UTF-8</encoding>
          <excludes>
            <exclude>**/*.md</exclude>
          </excludes>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-jar-plugin</artifactId>
      </plugin>
    </plugins>
  </build>
</project>
