2018-01-02 20:57:24 +08:00
|
|
|
|
<?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">
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2018-01-08 23:03:16 +08:00
|
|
|
|
|
2018-03-01 20:26:35 +08:00
|
|
|
|
<parent>
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
2020-03-01 14:02:34 +08:00
|
|
|
|
<version>2.2.5.RELEASE</version>
|
2018-03-01 20:26:35 +08:00
|
|
|
|
</parent>
|
|
|
|
|
|
|
2018-01-02 20:57:24 +08:00
|
|
|
|
<groupId>com.jeesite</groupId>
|
|
|
|
|
|
<artifactId>jeesite-parent</artifactId>
|
2020-03-08 01:13:37 +08:00
|
|
|
|
<version>4.2.0-SNAPSHOT</version>
|
2018-01-02 20:57:24 +08:00
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
|
|
|
|
<name>JeeSite Parent</name>
|
|
|
|
|
|
<url>http://jeesite.com</url>
|
|
|
|
|
|
<inceptionYear>2013-Now</inceptionYear>
|
|
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- common version setting -->
|
2018-09-22 21:12:45 +08:00
|
|
|
|
<commons-io.version>2.6</commons-io.version>
|
2020-03-01 14:02:34 +08:00
|
|
|
|
<commons-fileupload.version>1.4</commons-fileupload.version>
|
|
|
|
|
|
<commons-beanutils.version>1.9.4</commons-beanutils.version>
|
|
|
|
|
|
<commons-text.version>1.8</commons-text.version>
|
|
|
|
|
|
<ant.version>1.10.7</ant.version>
|
2018-09-22 21:12:45 +08:00
|
|
|
|
<fst.version>2.57</fst.version>
|
2020-03-01 22:27:01 +08:00
|
|
|
|
<fastjson.version>1.2.66</fastjson.version>
|
2020-03-01 14:02:34 +08:00
|
|
|
|
<jackson.version>2.10.2</jackson.version>
|
|
|
|
|
|
<dom4j.version>2.1.1</dom4j.version>
|
|
|
|
|
|
<jsoup.version>1.12.2</jsoup.version>
|
2018-09-22 21:12:45 +08:00
|
|
|
|
<commons-email.version>1.5</commons-email.version>
|
|
|
|
|
|
<activation.version>1.1.1</activation.version>
|
|
|
|
|
|
<UserAgentUtils.version>1.21</UserAgentUtils.version>
|
2018-12-31 16:37:50 +08:00
|
|
|
|
<!-- <metadata-extractor.version>2.11.0</metadata-extractor.version> -->
|
2020-03-01 14:02:34 +08:00
|
|
|
|
<thumbnailator.version>0.4.11</thumbnailator.version>
|
|
|
|
|
|
<twelvemonkeys.version>3.5</twelvemonkeys.version>
|
|
|
|
|
|
<blade-patchca.version>1.1.2</blade-patchca.version>
|
2018-09-22 21:12:45 +08:00
|
|
|
|
<jmimemagic.version>0.1.5</jmimemagic.version>
|
2020-03-01 14:02:34 +08:00
|
|
|
|
<zxing.version>3.4.0</zxing.version>
|
|
|
|
|
|
<poi.version>4.1.2</poi.version>
|
2018-09-22 21:12:45 +08:00
|
|
|
|
<pinyin4j.version>2.5.1</pinyin4j.version>
|
2018-01-02 20:57:24 +08:00
|
|
|
|
|
|
|
|
|
|
<!-- framework version setting -->
|
2020-03-01 14:02:34 +08:00
|
|
|
|
<mybatis.version>3.5.4</mybatis.version>
|
|
|
|
|
|
<mybatis-spring.version>2.0.3</mybatis-spring.version>
|
|
|
|
|
|
<jsqlparser.version>3.1</jsqlparser.version>
|
|
|
|
|
|
<druid.version>1.1.21</druid.version>
|
|
|
|
|
|
<shiro.version>1.5.1</shiro.version>
|
|
|
|
|
|
<j2cache.version>2.8.0-release</j2cache.version>
|
|
|
|
|
|
<beetl.version>3.0.19-SNAPSHOT</beetl.version>
|
|
|
|
|
|
<swagger.version>1.6.0</swagger.version>
|
2018-01-02 20:57:24 +08:00
|
|
|
|
|
|
|
|
|
|
<!-- environment setting -->
|
2018-09-22 21:12:45 +08:00
|
|
|
|
<java.version>1.8</java.version>
|
2020-03-01 14:02:34 +08:00
|
|
|
|
<!-- <tomcat.version>9.0.31</tomcat.version> -->
|
2019-04-21 17:43:23 +08:00
|
|
|
|
<maven.test.skip>true</maven.test.skip>
|
|
|
|
|
|
<maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version><!-- 降级到该版本,新版本可能会出现VM崩溃 -->
|
2018-01-08 23:03:16 +08:00
|
|
|
|
<eclipse-plugin-download-sources>false</eclipse-plugin-download-sources>
|
|
|
|
|
|
<eclipse-plugin-download-javadocs>false</eclipse-plugin-download-javadocs>
|
2018-01-02 20:57:24 +08:00
|
|
|
|
|
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|
|
|
|
|
|
|
|
<plugins>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Compiler 插件, 设定JDK版本 -->
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
|
<configuration>
|
|
|
|
|
|
<showWarnings>true</showWarnings>
|
2018-04-14 14:56:04 +08:00
|
|
|
|
<!-- <compilerArguments> -->
|
2018-01-02 20:57:24 +08:00
|
|
|
|
<!-- <verbose /> 输出有关编译器正在执行的操作的消息 -->
|
2018-04-14 14:56:04 +08:00
|
|
|
|
<!-- <bootclasspath>${JAVA_HOME}\jre\lib\rt.jar;${JAVA_HOME}\jre\lib\jce.jar</bootclasspath> -->
|
|
|
|
|
|
<!-- </compilerArguments> -->
|
2018-01-02 20:57:24 +08:00
|
|
|
|
</configuration>
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 打包jar文件时,配置manifest文件,加入lib包的jar依赖 -->
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
|
|
<configuration>
|
2018-12-15 19:54:19 +08:00
|
|
|
|
<!-- <encoding>${project.build.sourceEncoding}</encoding> -->
|
2018-01-02 20:57:24 +08:00
|
|
|
|
<archive>
|
|
|
|
|
|
<addMavenDescriptor>false</addMavenDescriptor>
|
|
|
|
|
|
</archive>
|
|
|
|
|
|
</configuration>
|
|
|
|
|
|
<executions>
|
|
|
|
|
|
<execution>
|
|
|
|
|
|
<!-- <phase>prepare-package</phase>
|
|
|
|
|
|
<goals>
|
|
|
|
|
|
<goal>jar</goal>
|
|
|
|
|
|
</goals> -->
|
|
|
|
|
|
<configuration>
|
|
|
|
|
|
<!-- <classesDirectory>${project.outputDirectory}</classesDirectory>
|
2018-07-02 23:00:37 +08:00
|
|
|
|
<finalName>${finalName}</finalName>
|
2018-01-02 20:57:24 +08:00
|
|
|
|
<outputDirectory>${project.build.directory}/${project.artifactId}/WEB-INF/lib</outputDirectory>
|
|
|
|
|
|
<includes>
|
2018-06-11 20:21:04 +08:00
|
|
|
|
<include>com/thinkgem/jeesite/**</include>
|
|
|
|
|
|
</includes> -->
|
2018-01-02 20:57:24 +08:00
|
|
|
|
<archive>
|
|
|
|
|
|
<manifest>
|
2018-02-10 22:51:29 +08:00
|
|
|
|
<!-- Add directory entries -->
|
|
|
|
|
|
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
|
|
|
|
|
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
2018-01-02 20:57:24 +08:00
|
|
|
|
<addClasspath>true</addClasspath>
|
|
|
|
|
|
</manifest>
|
|
|
|
|
|
</archive>
|
|
|
|
|
|
</configuration>
|
|
|
|
|
|
</execution>
|
|
|
|
|
|
</executions>
|
|
|
|
|
|
</plugin>
|
2018-06-11 20:21:04 +08:00
|
|
|
|
|
2018-01-02 20:57:24 +08:00
|
|
|
|
<!-- resource插件 -->
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- install插件 -->
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
|
<artifactId>maven-install-plugin</artifactId>
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- clean插件 -->
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
|
<artifactId>maven-clean-plugin</artifactId>
|
|
|
|
|
|
</plugin>
|
2019-04-21 17:43:23 +08:00
|
|
|
|
|
2018-01-02 20:57:24 +08:00
|
|
|
|
<!-- ant插件 -->
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- dependency插件 -->
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
2019-04-21 17:43:23 +08:00
|
|
|
|
<!-- 测试用例插件 -->
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
2018-01-02 20:57:24 +08:00
|
|
|
|
</plugins>
|
2018-06-11 20:21:04 +08:00
|
|
|
|
|
2018-01-02 20:57:24 +08:00
|
|
|
|
<pluginManagement>
|
|
|
|
|
|
|
|
|
|
|
|
<plugins>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 打包插件, war包名称不带版本号 -->
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
|
<artifactId>maven-war-plugin</artifactId>
|
|
|
|
|
|
<configuration>
|
2018-09-22 21:12:45 +08:00
|
|
|
|
<warSourceExcludes>
|
|
|
|
|
|
WEB-INF/classes/*.lic,
|
|
|
|
|
|
userfiles/**
|
|
|
|
|
|
</warSourceExcludes>
|
2018-01-02 20:57:24 +08:00
|
|
|
|
<webappDirectory>${project.build.directory}/${project.artifactId}</webappDirectory>
|
|
|
|
|
|
<warName>${project.artifactId}</warName>
|
|
|
|
|
|
<archive>
|
|
|
|
|
|
<addMavenDescriptor>false</addMavenDescriptor>
|
|
|
|
|
|
</archive>
|
|
|
|
|
|
</configuration>
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Eclipse 插件 -->
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
|
<artifactId>maven-eclipse-plugin</artifactId>
|
|
|
|
|
|
<configuration>
|
2018-01-08 23:03:16 +08:00
|
|
|
|
<downloadSources>${eclipse-plugin-download-sources}</downloadSources>
|
|
|
|
|
|
<downloadJavadocs>${eclipse-plugin-download-javadocs}</downloadJavadocs>
|
2018-01-02 20:57:24 +08:00
|
|
|
|
<wtpversion>2.0</wtpversion>
|
|
|
|
|
|
<jeeversion>6.0</jeeversion>
|
|
|
|
|
|
<additionalConfig>
|
|
|
|
|
|
<file>
|
|
|
|
|
|
<name>.settings/org.eclipse.core.resources.prefs</name>
|
|
|
|
|
|
<content>
|
|
|
|
|
|
<![CDATA[eclipse.preferences.version=1${line.separator}encoding/<project>=${project.build.sourceEncoding}${line.separator}]]>
|
|
|
|
|
|
</content>
|
|
|
|
|
|
</file>
|
|
|
|
|
|
</additionalConfig>
|
|
|
|
|
|
<additionalProjectnatures>
|
|
|
|
|
|
<projectnature>org.springframework.ide.eclipse.core.springnature</projectnature>
|
|
|
|
|
|
</additionalProjectnatures>
|
|
|
|
|
|
</configuration>
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Java Document Generate -->
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
|
|
<executions>
|
|
|
|
|
|
<execution>
|
|
|
|
|
|
<phase>prepare-package</phase>
|
|
|
|
|
|
<goals>
|
|
|
|
|
|
<goal>jar</goal>
|
|
|
|
|
|
</goals>
|
2018-06-11 20:21:04 +08:00
|
|
|
|
<configuration>
|
2019-07-21 01:30:00 +08:00
|
|
|
|
<doclint>none</doclint>
|
2018-06-11 20:21:04 +08:00
|
|
|
|
</configuration>
|
2018-01-02 20:57:24 +08:00
|
|
|
|
</execution>
|
|
|
|
|
|
</executions>
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
2020-03-08 01:13:37 +08:00
|
|
|
|
<!-- JavaScript CSS Compress -->
|
2018-01-02 20:57:24 +08:00
|
|
|
|
<plugin>
|
|
|
|
|
|
<groupId>net.alchim31.maven</groupId>
|
|
|
|
|
|
<artifactId>yuicompressor-maven-plugin</artifactId>
|
|
|
|
|
|
<version>1.5.1</version>
|
|
|
|
|
|
<executions>
|
|
|
|
|
|
<execution>
|
|
|
|
|
|
<phase>prepare-package</phase>
|
|
|
|
|
|
<goals>
|
|
|
|
|
|
<goal>compress</goal>
|
|
|
|
|
|
</goals>
|
|
|
|
|
|
</execution>
|
|
|
|
|
|
</executions>
|
|
|
|
|
|
<configuration>
|
|
|
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
|
|
<jswarn>false</jswarn>
|
|
|
|
|
|
<nosuffix>true</nosuffix>
|
|
|
|
|
|
<linebreakpos>30000</linebreakpos>
|
|
|
|
|
|
<force>true</force>
|
|
|
|
|
|
<includes>
|
|
|
|
|
|
<include>**/*.js</include>
|
|
|
|
|
|
<include>**/*.css</include>
|
|
|
|
|
|
</includes>
|
|
|
|
|
|
<excludes>
|
|
|
|
|
|
<exclude>**/*.min.js</exclude>
|
|
|
|
|
|
<exclude>**/*.min.css</exclude>
|
|
|
|
|
|
</excludes>
|
|
|
|
|
|
</configuration>
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
2020-03-01 14:02:34 +08:00
|
|
|
|
<!-- 依赖插件
|
2020-02-08 21:03:12 +08:00
|
|
|
|
<plugin>
|
|
|
|
|
|
<groupId>org.eclipse.m2e</groupId>
|
|
|
|
|
|
<artifactId>lifecycle-mapping</artifactId>
|
|
|
|
|
|
<configuration>
|
|
|
|
|
|
<lifecycleMappingMetadata>
|
|
|
|
|
|
<pluginExecutions>
|
|
|
|
|
|
<pluginExecution>
|
|
|
|
|
|
<pluginExecutionFilter>
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
|
|
|
|
<versionRange>[1.0.0,)</versionRange>
|
|
|
|
|
|
<goals>
|
|
|
|
|
|
<goal>copy-dependencies</goal>
|
|
|
|
|
|
</goals>
|
|
|
|
|
|
</pluginExecutionFilter>
|
|
|
|
|
|
<action>
|
|
|
|
|
|
<ignore />
|
|
|
|
|
|
</action>
|
|
|
|
|
|
</pluginExecution>
|
|
|
|
|
|
</pluginExecutions>
|
|
|
|
|
|
</lifecycleMappingMetadata>
|
|
|
|
|
|
</configuration>
|
2020-03-01 14:02:34 +08:00
|
|
|
|
</plugin> -->
|
2018-01-02 20:57:24 +08:00
|
|
|
|
</plugins>
|
|
|
|
|
|
|
|
|
|
|
|
</pluginManagement>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 资源文件配置 -->
|
|
|
|
|
|
<resources>
|
|
|
|
|
|
<resource>
|
|
|
|
|
|
<directory>src/main/java</directory>
|
|
|
|
|
|
<excludes>
|
|
|
|
|
|
<exclude>**/*.java</exclude>
|
|
|
|
|
|
</excludes>
|
|
|
|
|
|
</resource>
|
|
|
|
|
|
<resource>
|
|
|
|
|
|
<directory>src/main/resources</directory>
|
2019-07-21 01:30:00 +08:00
|
|
|
|
<excludes>
|
|
|
|
|
|
<exclude>rebel.xml</exclude>
|
|
|
|
|
|
</excludes>
|
2018-01-02 20:57:24 +08:00
|
|
|
|
</resource>
|
|
|
|
|
|
</resources>
|
|
|
|
|
|
|
|
|
|
|
|
</build>
|
|
|
|
|
|
|
|
|
|
|
|
<developers>
|
|
|
|
|
|
<developer>
|
|
|
|
|
|
<id>thinkgem</id>
|
|
|
|
|
|
<name>WangZhen</name>
|
|
|
|
|
|
<email>thinkgem at 163.com</email>
|
|
|
|
|
|
<roles><role>Project lead</role></roles>
|
|
|
|
|
|
<timezone>+8</timezone>
|
|
|
|
|
|
</developer>
|
|
|
|
|
|
</developers>
|
|
|
|
|
|
|
|
|
|
|
|
<organization>
|
|
|
|
|
|
<name>JeeSite</name>
|
|
|
|
|
|
<url>http://jeesite.com</url>
|
|
|
|
|
|
</organization>
|
|
|
|
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
|
|
<repository>
|
|
|
|
|
|
<id>aliyun-repos</id>
|
2018-11-25 15:55:57 +08:00
|
|
|
|
<url>https://maven.aliyun.com/repository/public</url>
|
2018-01-02 20:57:24 +08:00
|
|
|
|
<releases><enabled>true</enabled></releases>
|
|
|
|
|
|
<snapshots><enabled>false</enabled></snapshots>
|
|
|
|
|
|
</repository>
|
2019-12-26 11:18:24 +08:00
|
|
|
|
<repository>
|
|
|
|
|
|
<id>jeesite-repos</id>
|
|
|
|
|
|
<url>http://maven.jeesite.net/repository/maven-public</url>
|
|
|
|
|
|
</repository>
|
2018-01-02 20:57:24 +08:00
|
|
|
|
</repositories>
|
|
|
|
|
|
<pluginRepositories>
|
|
|
|
|
|
<pluginRepository>
|
|
|
|
|
|
<id>aliyun-repos</id>
|
2018-11-25 15:55:57 +08:00
|
|
|
|
<url>https://maven.aliyun.com/repository/public</url>
|
2018-01-02 20:57:24 +08:00
|
|
|
|
</pluginRepository>
|
|
|
|
|
|
</pluginRepositories>
|
|
|
|
|
|
|
|
|
|
|
|
<profiles>
|
2018-06-11 20:21:04 +08:00
|
|
|
|
|
2019-12-26 11:18:24 +08:00
|
|
|
|
<!-- 生成文档 -->
|
2018-01-02 20:57:24 +08:00
|
|
|
|
<profile>
|
2018-06-11 20:21:04 +08:00
|
|
|
|
<id>javadoc</id>
|
|
|
|
|
|
<build>
|
|
|
|
|
|
<plugins>
|
2018-01-02 20:57:24 +08:00
|
|
|
|
<plugin>
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
2018-06-11 20:21:04 +08:00
|
|
|
|
</plugin>
|
|
|
|
|
|
</plugins>
|
|
|
|
|
|
</build>
|
|
|
|
|
|
</profile>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 打包项目 -->
|
|
|
|
|
|
<profile>
|
|
|
|
|
|
<id>package</id>
|
|
|
|
|
|
<build>
|
|
|
|
|
|
<plugins>
|
2018-01-02 20:57:24 +08:00
|
|
|
|
<plugin>
|
|
|
|
|
|
<groupId>net.alchim31.maven</groupId>
|
|
|
|
|
|
<artifactId>yuicompressor-maven-plugin</artifactId>
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
</plugins>
|
2018-06-11 20:21:04 +08:00
|
|
|
|
</build>
|
2018-01-02 20:57:24 +08:00
|
|
|
|
</profile>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 部署项目 -->
|
|
|
|
|
|
<profile>
|
2018-06-11 20:21:04 +08:00
|
|
|
|
<id>deploy</id>
|
|
|
|
|
|
<build>
|
|
|
|
|
|
<plugins>
|
2018-01-02 20:57:24 +08:00
|
|
|
|
<plugin>
|
|
|
|
|
|
<groupId>net.alchim31.maven</groupId>
|
|
|
|
|
|
<artifactId>yuicompressor-maven-plugin</artifactId>
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
</plugins>
|
2018-06-11 20:21:04 +08:00
|
|
|
|
</build>
|
2018-01-02 20:57:24 +08:00
|
|
|
|
<distributionManagement>
|
|
|
|
|
|
<snapshotRepository>
|
2020-01-31 00:30:30 +08:00
|
|
|
|
<id>jeesite-repos-s</id>
|
|
|
|
|
|
<url>http://maven.jeesite.net/repository/maven-snapshots</url>
|
2018-01-02 20:57:24 +08:00
|
|
|
|
</snapshotRepository>
|
|
|
|
|
|
</distributionManagement>
|
|
|
|
|
|
</profile>
|
|
|
|
|
|
</profiles>
|
|
|
|
|
|
|
|
|
|
|
|
</project>
|