| | |
| | | <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> |
| | | </profiles> |
| | | <build> |
| | | <finalName>smartlab</finalName> |
| | |
| | | <target>1.8</target> |
| | | <encoding>UTF-8</encoding> |
| | | <skip>true</skip> |
| | | <excludes> |
| | | <exclude> |
| | | resources/template/* |
| | | </exclude> |
| | | <exclude> |
| | | resources/*.docx |
| | | </exclude> |
| | | </excludes> |
| | | </configuration> |
| | | </plugin> |
| | | <plugin> |
| | |
| | | <webResources> |
| | | <resource> |
| | | <directory>src/main/webapp</directory> |
| | | <excludes> |
| | | <exclude> |
| | | resources/template/* |
| | | </exclude> |
| | | <exclude> |
| | | resources/*.docx |
| | | </exclude> |
| | | </excludes> |
| | | <filtering>true</filtering> |
| | | <targetPath>./</targetPath> |
| | | </resource> |