| | |
| | | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| | | <modelVersion>4.0.0</modelVersion> |
| | | <groupId>com.nanometer</groupId> |
| | | <artifactId>smartlab</artifactId> |
| | | <artifactId>smartlab_promote</artifactId> |
| | | <packaging>war</packaging> |
| | | <version>1.0-SNAPSHOT</version> |
| | | <name>smartlab Maven Webapp</name> |
| | |
| | | <id>central</id> |
| | | <name>Maven Repository Switchboard</name> |
| | | <layout>default</layout> |
| | | <url>http://repo.springsource.org/libs-milestone</url> |
| | | <url>https://repo.springsource.org/libs-milestone</url> |
| | | <snapshots> |
| | | <enabled>true</enabled> |
| | | </snapshots> |
| | |
| | | <repository> |
| | | <id>prime-repo</id> |
| | | <name>PrimeFaces Maven Repository</name> |
| | | <url>http://repository.primefaces.org</url> |
| | | <url>https://repository.primefaces.org</url> |
| | | <layout>default</layout> |
| | | </repository> |
| | | </repositories> |
| | |
| | | <dependency> |
| | | <groupId>org.mybatis</groupId> |
| | | <artifactId>mybatis</artifactId> |
| | | <version>3.2.8</version> |
| | | <version>3.5.2</version> |
| | | </dependency> |
| | | |
| | | <!--mybatis spring 插件 --> |
| | | <dependency> |
| | | <groupId>org.mybatis</groupId> |
| | | <artifactId>mybatis-spring</artifactId> |
| | | <version>1.2.2</version> |
| | | <version>2.1.2</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>cglib</groupId> |
| | |
| | | <groupId>mysql</groupId> |
| | | <artifactId>mysql-connector-java</artifactId> |
| | | <version>5.1.40</version> |
| | | <!-- <version>8.0.20</version>--> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>commons-beanutils</groupId> |
| | |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>druid</artifactId> |
| | | <version>1.0.12</version> |
| | | <version>1.2.1</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>fastjson</artifactId> |
| | | <version>1.2.75</version> |
| | | <version>2.0.17</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.google.collections</groupId> |
| | |
| | | <artifactId>commons-compress</artifactId> |
| | | <version>1.20</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.projectlombok</groupId> |
| | | <artifactId>lombok</artifactId> |
| | | <version>1.18.30</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>cn.hutool</groupId> |
| | | <artifactId>hutool-all</artifactId> |
| | | <version>5.8.9</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.google.zxing</groupId> |
| | | <artifactId>core</artifactId> |
| | | <version>3.3.3</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.google.zxing</groupId> |
| | | <artifactId>javase</artifactId> |
| | | <version>3.3.3</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | <profiles> |
| | | <profile> |
| | | <id>test</id> |
| | | <properties> |
| | | <profile.active>test</profile.active> |
| | | <profile.active>levena</profile.active> |
| | | </properties> |
| | | <activation> |
| | | <activeByDefault>true</activeByDefault> |
| | | </activation> |
| | | </profile> |
| | | <profile> |
| | | <id>sds</id> |
| | | <properties> |
| | | <profile.active>sds</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>lhs</id> |
| | | <properties> |
| | | <profile.active>lhs</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>sin</id> |
| | | <properties> |
| | | <profile.active>sin</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>twt</id> |
| | | <properties> |
| | | <profile.active>twt</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>hws</id> |
| | | <properties> |
| | | <profile.active>hws</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>gcs</id> |
| | | <properties> |
| | | <profile.active>gcs</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>lzhws</id> |
| | | <properties> |
| | | <profile.active>lzhws</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>qhyhs</id> |
| | | <properties> |
| | | <profile.active>qhyhs</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>szygs</id> |
| | | <properties> |
| | | <profile.active>szygs</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>zkysh</id> |
| | | <properties> |
| | | <profile.active>zkysh</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>shgjs</id> |
| | | <properties> |
| | | <profile.active>shgjs</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>zkyshs</id> |
| | | <properties> |
| | | <profile.active>zkyshs</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>gslab</id> |
| | | <properties> |
| | | <profile.active>gslab</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>zkdsz</id> |
| | | <properties> |
| | | <profile.active>zkdsz</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>xjdx</id> |
| | | <properties> |
| | | <profile.active>xjdx</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>aky</id> |
| | | <properties> |
| | | <profile.active>aky</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>silkroad</id> |
| | | <properties> |
| | | <profile.active>silkroad</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>guotai</id> |
| | | <properties> |
| | | <profile.active>guotai</profile.active> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>cq</id> |
| | | <properties> |
| | | <profile.active>cq</profile.active> |
| | | </properties> |
| | | </profile> |
| | | </profiles> |
| | | <build> |
| | | <finalName>smartlab</finalName> |
| | | <finalName>smartlab_promote</finalName> |
| | | <filters> |
| | | |
| | | <filter>src/main/webapp/WEB-INF/${profile.active}/${profile.active}.properties</filter> |
| | | </filters> |
| | | <plugins> |
| | |
| | | <include>message.properties</include> |
| | | </includes> |
| | | </resource> |
| | | <resource> |
| | | <directory>src/main/webapp/WEB-INF</directory> |
| | | <filtering>true</filtering> |
| | | </resource> |
| | | </resources> |
| | | </build> |
| | | </project> |