view-example
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.foxnicweb.web</groupId>
<artifactId>view-example</artifactId>
<version>1.7.1.RELEASE</version>
</dependency><?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.foxnicweb.web</groupId>
<artifactId>parent</artifactId>
<version>1.7.1.RELEASE</version>
<relativePath>../../publish.xml</relativePath>
<!-- lookup parent from repository -->
</parent>
<artifactId>view-example</artifactId>
<name>Example View</name>
<url>http://foxnicweb.com/docs/doc.html</url>
<description>Example View Module Of Foxnic-Web</description>
<developers>
<developer>
<name>LeeFJ</name>
<email>leefangjie@qq.com</email>
<organization>FoxnicWeb</organization>
<url>http://foxnicweb.com/docs/doc.html</url>
<organizationUrl>http://web.foxnicweb.com/</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://gitee.com/LeeFJ/foxnic</connection>
<developerConnection>scm:git@gitee.com:LeeFJ/foxnic.git</developerConnection>
<url>https://gitee.com/LeeFJ/foxnic</url>
<tag>1.7.1.RELEASE</tag>
</scm>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>com.foxnicweb.web</groupId>
<artifactId>framework-view</artifactId>
<version>${platform.version}</version>
</dependency>
</dependencies>
<build>
<defaultGoal>compile</defaultGoal>
<resources>
<resource>
<directory>${basedir}/src/main/resources</directory>
<includes>
<include>**/**</include>
</includes>
<excludes>
<exclude>**/*.java</exclude>
<exclude>static/assets/libs/font-awesome-4.7.0/css/font-awesome.css</exclude>
<exclude>static/assets/libs/material-design-webfont/css/material-design-icons.css</exclude>
<exclude>static/module/xm-select/index.html</exclude>
<exclude>static/module/xm-select/static/**</exclude>
</excludes>
</resource>
</resources>
</build>
</project>