<?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-browse-center-item</artifactId>
  <version>3.16.2.0-CUBE-SNAPSHOT</version>
  <packaging>pom</packaging>
  <name>bundle-browse-center-item</name>
  <modules>
    <module>bundle-browse-center-itembiz</module>
    <module>bundle-browse-center-itemservice</module>
    <module>bundle-browse-center-itemdao</module>
    <module>bundle-browse-center-itemeo</module>
    <module>bundle-browse-center-itemapi</module>
    <module>bundle-browse-center-itemconf</module>
    <module>bundle-browse-center-itemweb</module>
    <module>bundle-browse-center-itemstdeo</module>
  </modules>
  <distributionManagement>
    <repository>
      <id>${deploy.repository.id}</id>
      <url>${deploy.repository.url}</url>
    </repository>
    <site>
      <id>website</id>
      <url>file:///c:/home/cube/sites</url>
    </site>
  </distributionManagement>
  <properties>
    <dtyunxi.module.version>1.3.3.3-CUBE-SNAPSHOT</dtyunxi.module.version>
    <maven.compiler.compilerVersion>1.8</maven.compiler.compilerVersion>
    <dtyunxi.deploy.excludesar>false</dtyunxi.deploy.excludesar>
    <maven.compiler.source>1.8</maven.compiler.source>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <maven.compiler.target>1.8</maven.compiler.target>
  </properties>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.dtyunxi.module</groupId>
        <artifactId>yundt-module-context-bo</artifactId>
        <version>${dtyunxi.module.version}</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <build>
    <plugins>
      <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>
