<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <parent>
        <artifactId>centit-ui</artifactId>
        <groupId>com.centit.framework</groupId>
        <version>3.1.2007</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>framework-base-view-easyui</artifactId>
    <packaging>jar</packaging>
    <name>com.centit.framework:framework-base-view-easyui</name>
    <description>基于easyui的前端框架
    </description>

    <build>
        <resources>
            <resource>
                <directory>src/main/webapp</directory>
                <excludes>
                    <exclude>WEB-INF/*</exclude>
                </excludes>
                <targetPath>META-INF/resources/</targetPath>
            </resource>
        </resources>
    </build>
</project>
