1 Star 0 Fork 43

北极心 / feilong

forked from 飞龙 / feilong 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 38.74 KB
一键复制 编辑 原始数据 按行查看 历史
飞龙 提交于 2022-06-06 19:12 . remove version.tiles fix #335
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.ifeilong</groupId>
<artifactId>feilong-parent</artifactId>
<version>3.1.0</version>
<packaging>pom</packaging>
<!-- 成立年份 -->
<inceptionYear>2008</inceptionYear>
<!-- 发布到中央仓库必须要name -->
<name>feilong-parent</name>
<description>Reduce development, Release ideas,all feilong parent pom</description>
<url>https://github.com/ifeilong/feilong</url>
<modules>
<module>feilong-lib</module>
<module>feilong-core</module>
<module>feilong-validator</module>
<module>feilong-json</module>
<module>feilong-io</module>
<module>feilong-servlet</module>
<module>feilong-accessor</module>
<module>feilong-net</module>
<module>feilong-template</module>
<module>feilong-xml</module>
<module>feilong-context</module>
<module>feilong-core-extension</module>
<module>feilong-formatter</module>
<module>feilong-namespace</module>
<module>feilong-security</module>
<module>feilong-taglib</module>
<module>feilong-tools</module>
<module>feilong-office</module>
<module>feilong-component</module>
<module>feilong</module>
<module>feilong-with-optional</module>
</modules>
<!--****************************定义属性 properties************************************* -->
<properties>
<!-- 不要使用${project.version}, 因为如果真实项目生成的版本不是1.7.0的时候,比如是 0.0.1版本,那么就引用不到feilong包 -->
<version.feilong-platform>3.1.0</version.feilong-platform>
<version.feilong-common-test>4.1.0</version.feilong-common-test>
<!-- 让整个项目统一字符集编码 -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- https://docs.sonarqube.org/latest/analysis/analysis-parameters/ -->
<v.sonar-maven-plugin>3.7.0.1746</v.sonar-maven-plugin>
<!-- https://github.com/spring-projects/spring-framework/releases -->
<version.spring>5.2.11.RELEASE</version.spring>
<!-- **********************begin maven-compiler-plugin config******************************************* -->
<maven-compiler-plugin.source>1.8</maven-compiler-plugin.source>
<maven-compiler-plugin.target>1.8</maven-compiler-plugin.target>
<maven-compiler-plugin.encoding>${project.build.sourceEncoding}</maven-compiler-plugin.encoding>
<!-- **********************end maven-compiler-plugin config******************************************* -->
<!--****************************第三方************************************ -->
<!--*********************begin dependency plugins version************************************ -->
<!-- http://www.bouncycastle.org/java.html -->
<version.bcprov-jdk15on>1.55</version.bcprov-jdk15on>
<!--http://commons.apache.org/proper/commons-fileupload/changes-report.html#a1.4 -->
<version.commons-fileupload>1.4</version.commons-fileupload>
<!-- http://hc.apache.org/downloads.cgi -->
<!-- https://downloads.apache.org/httpcomponents/httpclient/RELEASE_NOTES-4.5.x.txt -->
<version.httpcomponents>4.5.13</version.httpcomponents>
<version.cxf>3.1.11</version.cxf>
<!-- http://www.jcraft.com/jsch/ChangeLog -->
<version.jsch>0.1.55</version.jsch>
<!-- https://jsoup.org/news/ -->
<version.jsoup>1.13.1</version.jsoup>
<version.javamail>1.4.7</version.javamail>
<version.javax.mail>1.6.2</version.javax.mail>
<version.servlet-api>3.1.0</version.servlet-api>
<version.jsp-api>2.3.3</version.jsp-api>
<version.el-api>3.0.0</version.el-api>
<version.jstl>1.2</version.jstl>
<!-- https://junit.org/junit4/ -->
<version.junit>4.13.2</version.junit>
<version.hamcrest-library>1.3</version.hamcrest-library>
<!-- http://logging.apache.org/log4j/1.2/download.html -->
<version.log4j>1.2.17</version.log4j>
<!-- https://logback.qos.ch/news.html -->
<version.logback>1.2.11</version.logback>
<version.aspectjweaver>1.6.8</version.aspectjweaver>
<!-- http://poi.apache.org/ -->
<!-- http://poi.apache.org/devel/history/changes-3x.html -->
<!-- 4.0.1 之后需要 jdk8 -->
<version.poi>4.1.2</version.poi>
<!-- 新版poi需要这个jar -->
<version.ooxml-schemas>1.4</version.ooxml-schemas>
<!-- http://www.slf4j.org/news.html -->
<version.slf4j>1.7.32</version.slf4j>
<!-- http://velocity.apache.org/news.html -->
<!-- Velocity Engine 2.1 now requires Java 1.8+. -->
<version.velocity-engine>2.2</version.velocity-engine>
<!--*********************end dependency plugins version************************************ -->
<!--*********************begin plugins version************************************ -->
<!-- http://maven.apache.org/plugins/maven-antrun-plugin/ -->
<v.maven-antrun-plugin>3.1.0</v.maven-antrun-plugin>
<!-- http://maven.apache.org/components/plugins/maven-assembly-plugin/ -->
<v.maven-assembly-plugin>3.3.0</v.maven-assembly-plugin>
<v.maven-clean-plugin>3.2.0</v.maven-clean-plugin>
<!-- http://maven.apache.org/plugins/maven-compiler-plugin/download.cgi -->
<!-- https://issues.apache.org/jira/projects/MCOMPILER?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page&status=all -->
<v.maven-compiler-plugin>3.9.0</v.maven-compiler-plugin>
<v.maven-changes-plugin>2.12.1</v.maven-changes-plugin>
<!-- http://maven.apache.org/plugins/maven-changelog-plugin/changelog-mojo.html -->
<v.maven-changelog-plugin>2.3</v.maven-changelog-plugin>
<!-- CheckStyle能够帮助Java开发人员准守某些编码规范的工具。它能够自动检查代码。 -->
<!-- <v.maven-checkstyle-plugin>2.17</v.maven-checkstyle-plugin> -->
<!-- http://maven.apache.org/plugins/maven-dependency-plugin/index.html -->
<v.maven-dependency-plugin>3.2.0</v.maven-dependency-plugin>
<v.maven-deploy-plugin>2.8.2</v.maven-deploy-plugin>
<v.maven-install-plugin>2.5.2</v.maven-install-plugin>
<!-- https://issues.apache.org/jira/projects/MJAVADOC?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page&status=all -->
<v.maven-javadoc-plugin>3.3.0</v.maven-javadoc-plugin>
<!-- https://issues.apache.org/jira/projects/MJAR?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page&status=all -->
<v.maven-jar-plugin>3.2.1</v.maven-jar-plugin>
<v.maven-jxr-plugin>2.5</v.maven-jxr-plugin>
<!-- http://maven.apache.org/plugins/maven-pmd-plugin/check-mojo.html -->
<v.maven-pmd-plugin>3.13.0</v.maven-pmd-plugin>
<!-- 用来做maven 插件的 -->
<!-- http://maven.apache.org/plugin-tools/maven-plugin-plugin/project-info.html -->
<v.maven-plugin-plugin>3.6.1</v.maven-plugin-plugin>
<!-- https://maven.apache.org/scm/ -->
<!-- SCM Software Configuration Management 软件配置管理 where each SCM command is implemented as a plugin goal -->
<!-- 目前主要用于 scm-checkin-all.sh 一键push脚本 -->
<v.maven-scm-plugin>1.12.0</v.maven-scm-plugin>
<!-- http://maven.apache.org/plugins/maven-site-plugin/ -->
<!-- https://issues.apache.org/jira/projects/MSITE?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page&status=released-unreleased -->
<v.maven-site-plugin>3.10.0</v.maven-site-plugin>
<!-- http://maven.apache.org/plugins/maven-source-plugin/download.cgi -->
<!-- https://issues.apache.org/jira/projects/MSOURCES?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page&status=released-unreleased -->
<v.maven-source-plugin>3.2.1</v.maven-source-plugin>
<!--http://maven.apache.org/surefire/maven-surefire-plugin/ -->
<!--https://issues.apache.org/jira/projects/SUREFIRE?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page&status=released-unreleased -->
<v.maven-surefire-plugin>2.22.2</v.maven-surefire-plugin>
<v.maven-release-plugin>2.5.3</v.maven-release-plugin>
<!-- https://issues.apache.org/jira/browse/MRESOURCES/?selectedTab=com.atlassian.jira.jira-projects-plugin:changelog-panel -->
<v.maven-resources-plugin>3.2.0</v.maven-resources-plugin>
<v.maven-gpg-plugin>1.6</v.maven-gpg-plugin>
<!-- http://maven.apache.org/plugins/maven-war-plugin/index.html -->
<!-- https://issues.apache.org/jira/projects/MWAR?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page&status=all -->
<v.maven-war-plugin>3.3.2</v.maven-war-plugin>
<v.maven-shade-plugin>3.2.0</v.maven-shade-plugin>
<!-- https://github.com/mojohaus/native2ascii-maven-plugin/wiki -->
<v.native2ascii-maven-plugin>2.0.1</v.native2ascii-maven-plugin>
<v.site-maven-plugin>0.12</v.site-maven-plugin>
<v.nexus-staging-maven-plugin>1.6.8</v.nexus-staging-maven-plugin>
<!-- taglist 检查报告 -->
<v.taglist-maven-plugin>2.4</v.taglist-maven-plugin>
<v.license-maven-plugin>3.0</v.license-maven-plugin>
<!-- 优雅地管理项目版本号 -->
<!-- http://www.mojohaus.org/versions-maven-plugin/ -->
<!-- https://github.com/mojohaus/versions-maven-plugin/releases -->
<v.versions-maven-plugin>2.9.0</v.versions-maven-plugin>
<!-- http://maven.apache.org/plugins/maven-project-info-reports-plugin/ -->
<v.maven-project-info-reports-plugin>3.2.1</v.maven-project-info-reports-plugin>
<!-- https://github.com/jacoco/jacoco/releases -->
<v.jacoco-maven-plugin>0.8.7</v.jacoco-maven-plugin>
<!-- **********************end plugins version******************************************* -->
<!-- **********************begin native2ascii config******************************************* -->
<native2ascii-maven-plugin.pattern>**/*.properties</native2ascii-maven-plugin.pattern>
<native2ascii-maven-plugin.encoding>${project.build.sourceEncoding}</native2ascii-maven-plugin.encoding>
<!-- **********************end native2ascii config******************************************* -->
<!-- **********************begin maven-surefire-plugin config******************************************* -->
<maven-surefire-plugin.skip>false</maven-surefire-plugin.skip>
<maven-surefire-plugin.include>**/SuiteTests</maven-surefire-plugin.include>
<!-- **********************end maven-surefire-plugin config******************************************* -->
<!-- **********************begin maven-javadoc-plugin config******************************************* -->
<!-- 用来编译生成文档 -->
<maven-javadoc-plugin.encoding>${project.build.sourceEncoding}</maven-javadoc-plugin.encoding>
<maven-javadoc-plugin.docencoding>${project.build.sourceEncoding}</maven-javadoc-plugin.docencoding>
<!-- 用来显示页面 META 部分 content="text/html; charset=GBK" -->
<maven-javadoc-plugin.charset>${project.build.sourceEncoding}</maven-javadoc-plugin.charset>
<!-- 用于读取javadoc 内部使用的 配置文件, 比如 描述文字为 描述,英文环境为description -->
<maven-javadoc-plugin.locale>en_US</maven-javadoc-plugin.locale>
<maven-javadoc-plugin.outputDirectory>/Users/feilong/workspace/feilong/else/javadoc/${project.artifactId}
</maven-javadoc-plugin.outputDirectory>
<maven-javadoc-plugin.reportOutputDirectory>
/Users/feilong/workspace/feilong/else/javadoc/${project.artifactId}
</maven-javadoc-plugin.reportOutputDirectory>
<maven-javadoc-plugin.destDir>${project.artifactId}</maven-javadoc-plugin.destDir>
<maven-javadoc-plugin.javadocVersion>1.8.0</maven-javadoc-plugin.javadocVersion>
<maven-javadoc-plugin.javadocDirectory>/Users/feilong/Development/DataCommon/Files/Java/Apache
Maven/javadoc/springframework
</maven-javadoc-plugin.javadocDirectory>
<maven-javadoc-plugin.stylesheetfile>${maven-javadoc-plugin.javadocDirectory}/stylesheet.css
</maven-javadoc-plugin.stylesheetfile>
<!-- If no custom stylesheet is specified in the <stylesheetfile/> parameter,
the <stylesheet/> parameter will indicate which stylesheet will be used
the stylesheet included in the maven javadoc plugin or the default stylesheet used by the javadoc tool.
maven value indicates the maven javadoc plugin stylesheet,
while java value indicates the default javadoc tool stylesheet.
The default is java value if not specified.
-->
<maven-javadoc-plugin.stylesheet>java</maven-javadoc-plugin.stylesheet>
<maven-site-plugin.outputDirectory>/Users/feilong/workspace/feilong/else/site/${project.artifactId}
</maven-site-plugin.outputDirectory>
<!-- **********************end maven-javadoc-plugin config******************************************* -->
<developer.feilong.name>feilong</developer.feilong.name>
</properties>
<dependencies>
<!--******** slf4j******** -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<!--******************** test************************* -->
<!-- junit -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<!-- hamcrest-library -->
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>
<!-- feilong-common-test -->
<dependency>
<groupId>com.github.ifeilong</groupId>
<artifactId>feilong-common-test</artifactId>
<version>${version.feilong-common-test}</version>
<scope>test</scope>
</dependency>
<!-- slf4j-log4j12 -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<scope>test</scope>
</dependency>
<!-- log4j -->
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<!--*********************dependencyManagement****************************** -->
<dependencyManagement>
<dependencies>
<!-- *******************spring********************************* -->
<!-- spring-test -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>${version.spring}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>${version.spring}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>${version.spring}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>${version.spring}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
<version>${version.spring}</version>
</dependency>
<!-- **************************************************** -->
<!-- -->
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
<version>${version.javax.mail}</version>
</dependency>
<!-- *********************apache******************************* -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>${version.bcprov-jdk15on}</version>
</dependency>
<!-- jsch 用于sftp 传输 -->
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>${version.jsch}</version>
</dependency>
<!-- jsoup -->
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>${version.jsoup}</version>
</dependency>
<!--
HttpCore is a set of low level HTTP transport components that can be used to build custom client and server side HTTP services with a minimal footprint.
HttpCore supports two I/O models: blocking I/O model based on the classic Java I/O and non-blocking, event driven I/O model based on Java NIO.
The blocking I/O model may be more appropriate for data intensive, low latency scenarios, whereas the non-blocking model may be more appropriate for high latency
scenarios where raw data throughput is less important than the ability to handle thousands of simultaneous HTTP connections in a resource efficient manner.
-->
<!-- 4.5.3 没有 httpcore -->
<!-- httpcore
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>${version.httpcore}</version>
</dependency> -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>${version.httpcomponents}</version>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- HttpClient is a HTTP/1.1 compliant HTTP agent implementation based on HttpCore.
It also provides reusable components for client-side authentication,
HTTP state management, and HTTP connection management.
HttpComponents Client is a successor of and replacement for Commons HttpClient 3.x.
Users of Commons HttpClient are strongly encouraged to upgrade. -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${version.httpcomponents}</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>${version.velocity-engine}</version>
</dependency>
<!-- commons-fileupload -->
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>${version.commons-fileupload}</version>
</dependency>
<!-- ***************************** poi ***************************** -->
<!-- poi HSSF is our port of the Microsoft Excel 97(-2007) file format (BIFF8) to pure Java. -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>${version.poi}</version>
</dependency>
<!-- poi-ooxml XSSF is our port of the Microsoft Excel XML (2007+) file format (OOXML) to pure Java -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>${version.poi}</version>
<exclusions>
<exclusion>
<groupId>com.github.virtuald</groupId>
<artifactId>curvesapi</artifactId>
</exclusion>
<!-- 不能少 Caused by: java.lang.ClassNotFoundException: org.apache.commons.compress.archivers.zip.ZipFile -->
<!-- <exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
</exclusion> -->
</exclusions>
</dependency>
<!-- poi-ooxml-schemas是ooxml-schemas的精简版 -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>ooxml-schemas</artifactId>
<version>${version.ooxml-schemas}</version>
</dependency>
<!-- *********************json******************************* -->
<!--******** slf4j******** -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${version.slf4j}</version>
</dependency>
<!-- ***********log4j *************** -->
<!-- slf4j-log4j12 -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>${version.slf4j}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- log4j -->
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>${version.log4j}</version>
</dependency>
<!--******** logback ******** -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>${version.logback}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>${version.logback}</version>
</dependency>
<!--jul-to-slf4j 桥接 用来输出 Java Logging Framework (JUL) java.util.logging.* -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
<version>${version.slf4j}</version>
</dependency>
<!-- jcl-over-slf4j 桥接,用来输出 第三方Jakarta Commons Logging (JCL) -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>${version.slf4j}</version>
</dependency>
<!-- log4j-over-slf4j桥接 -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<version>${version.slf4j}</version>
</dependency>
<!-- jstl -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>${version.jstl}</version>
</dependency>
<!--********************************provided******************************** -->
<!-- servlet-api -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>${version.servlet-api}</version>
<scope>provided</scope>
</dependency>
<!-- jsp-api -->
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>javax.servlet.jsp-api</artifactId>
<version>${version.jsp-api}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.el</groupId>
<artifactId>javax.el-api</artifactId>
<version>${version.el-api}</version>
<scope>provided</scope>
</dependency>
<!-- junit -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${version.junit}</version>
<scope>test</scope>
</dependency>
<!-- hamcrest-library -->
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>${version.hamcrest-library}</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
<!--********************************build****************************************** -->
<build>
<plugins>
<!-- maven-project-info-reports-plugin -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>${v.maven-project-info-reports-plugin}</version>
</plugin>
<!-- versions-maven-plugin -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>${v.versions-maven-plugin}</version>
</plugin>
<!-- maven-scm-plugin -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>${v.maven-scm-plugin}</version>
<configuration>
<connectionType>developerConnection</connectionType>
</configuration>
</plugin>
<!-- https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-maven/ -->
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>${v.sonar-maven-plugin}</version>
</plugin>
<!-- native2ascii-maven-plugin 国际化插件 -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>native2ascii-maven-plugin</artifactId>
<version>${v.native2ascii-maven-plugin}</version>
<executions>
<execution>
<id>native2ascii-resources</id>
<goals>
<goal>resources</goal>
</goals>
<phase>process-resources</phase><!-- default -->
<configuration>
<srcDir>src/main/resources</srcDir><!-- default -->
<targetDir>${project.build.outputDirectory}</targetDir>
<encoding>${native2ascii-maven-plugin.encoding}</encoding>
<includes>
<include>${native2ascii-maven-plugin.pattern}</include>
</includes>
</configuration>
</execution>
<execution>
<id>native2ascii-testResources</id>
<goals>
<goal>testResources</goal>
</goals>
<phase>process-test-resources</phase><!-- default -->
<configuration>
<srcDir>src/test/resources</srcDir><!-- default -->
<targetDir>${project.build.testOutputDirectory}</targetDir>
<encoding>${native2ascii-maven-plugin.encoding}</encoding>
<includes>
<include>${native2ascii-maven-plugin.pattern}</include>
</includes>
</configuration>
</execution>
</executions>
</plugin>
<!-- maven-resources-plugin插件 -->
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>${v.maven-resources-plugin}</version>
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
<!-- Copy any empty directories included in the Resources. -->
<includeEmptyDirs>true</includeEmptyDirs>
<!-- Additional file extensions to not apply filtering (already defined are : jpg, jpeg, gif, bmp, png) -->
<nonFilteredFileExtensions>
<!-- see https://maven.apache.org/plugins/maven-resources-plugin/examples/binaries-filtering.html -->
<nonFilteredFileExtension>xls</nonFilteredFileExtension>
<nonFilteredFileExtension>xlsx</nonFilteredFileExtension>
<nonFilteredFileExtension>pdf</nonFilteredFileExtension>
<nonFilteredFileExtension>swf</nonFilteredFileExtension>
</nonFilteredFileExtensions>
</configuration>
<executions>
<execution>
<id>default-resources</id>
<phase>process-resources</phase>
<goals>
<goal>resources</goal>
</goals>
<configuration>
<detail>true</detail>
</configuration>
</execution>
<execution>
<id>default-testResources</id>
<phase>process-test-resources</phase>
<goals>
<goal>testResources</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- maven-compiler-plugin -->
<plugin>
<!-- true or false,是否此插件配置将会应用于poms,那些继承于此的项目 -->
<inherited>true</inherited>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${v.maven-compiler-plugin}</version>
<configuration>
<!-- 指定高版本的源码和编译后的字节码文件 -->
<source>${maven-compiler-plugin.source}</source>
<target>${maven-compiler-plugin.target}</target>
<encoding>${maven-compiler-plugin.encoding}</encoding>
<detail>true</detail>
</configuration>
</plugin>
<!-- maven-javadoc-plugin -->
<plugin>
<inherited>true</inherited>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<outputDirectory>${maven-javadoc-plugin.outputDirectory}</outputDirectory>
<stylesheet>${maven-javadoc-plugin.stylesheet}</stylesheet>
<stylesheetfile>${maven-javadoc-plugin.stylesheetfile}</stylesheetfile>
<docfilessubdirs>true</docfilessubdirs>
<!---->
<javadocDirectory>${maven-javadoc-plugin.javadocDirectory}</javadocDirectory>
<javadocVersion>${maven-javadoc-plugin.javadocVersion}</javadocVersion>
<!-- Specifies the title to be placed in the HTML title tag.  -->
<windowtitle>${project.name} ${project.version} API create by feilong</windowtitle>
<!-- Specifies whether or not the author text is included in the generated Javadocs.  -->
<author>true</author>
<!-- Includes the version text in the generated docs.  -->
<version>true</version>
<failOnError>false</failOnError>
<locale>${maven-javadoc-plugin.locale}</locale>
<charset>${maven-javadoc-plugin.charset}</charset>
<docencoding>${maven-javadoc-plugin.docencoding}</docencoding>
<encoding>${maven-javadoc-plugin.encoding}</encoding>
<header>${project.name} ${project.version} API</header>
<footer>${project.name} ${project.version} API</footer>
<bottom>
<![CDATA[Copyright &copy; {inceptionYear}-{currentYear} by feilong]]>
</bottom>
</configuration>
</plugin>
<!-- maven-jar-plugin -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>${v.maven-jar-plugin}</version>
<configuration>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
</archive>
</configuration>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- maven-source-plugin -->
<plugin>
<inherited>true</inherited>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>${v.maven-source-plugin}</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- maven-surefire-plugin -->
<plugin>
<inherited>true</inherited>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${v.maven-surefire-plugin}</version>
<configuration>
<!-- 跳过测试 -->
<skip>${maven-surefire-plugin.skip}</skip>
<includes>
<include>${maven-surefire-plugin.include}</include>
</includes>
<!-- Option to print summary of test suites or just print the test cases that have errors. Default value is: true. -->
<printSummary>true</printSummary>
</configuration>
</plugin>
<!-- maven-clean-plugin插件 -->
<plugin>
<inherited>true</inherited>
<artifactId>maven-clean-plugin</artifactId>
<version>${v.maven-clean-plugin}</version>
<executions>
<execution>
<id>default-clean</id>
<phase>clean</phase>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- maven-deploy-plugin插件 -->
<plugin>
<inherited>true</inherited>
<artifactId>maven-deploy-plugin</artifactId>
<version>${v.maven-deploy-plugin}</version>
<executions>
<execution>
<id>default-deploy</id>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- maven-install-plugin插件 -->
<plugin>
<inherited>true</inherited>
<artifactId>maven-install-plugin</artifactId>
<version>${v.maven-install-plugin}</version>
<executions>
<execution>
<id>default-install</id>
<phase>install</phase>
<goals>
<goal>install</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- maven-release-plugin -->
<plugin>
<inherited>true</inherited>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>
<!-- maven-dependency-plugin -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
</plugin>
<!-- maven-site-plugin -->
<!-- http://maven.apache.org/plugins/maven-site-plugin/ -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>${v.maven-site-plugin}</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-markdown</artifactId>
<version>1.9.1</version>
</dependency>
</dependencies>
<configuration>
<locales>en</locales><!-- zh_CN -->
<generateSitemap>true</generateSitemap>
<outputDirectory>${maven-site-plugin.outputDirectory}</outputDirectory>
</configuration>
</plugin>
<!-- jacoco-maven-plugin -->
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${v.jacoco-maven-plugin}</version>
<executions>
<execution>
<id>prepare-agent</id>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>report</id>
<phase>prepare-package</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
<execution>
<id>post-unit-test</id>
<phase>test</phase>
<goals>
<goal>report</goal>
</goals>
<configuration>
<dataFile>target/jacoco.exec</dataFile>
<outputDirectory>target/jacoco-ut</outputDirectory>
</configuration>
</execution>
</executions>
<configuration>
<systemPropertyVariables>
<jacoco-agent.destfile>target/jacoco.exec</jacoco-agent.destfile>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
<!-- pluginManagement -->
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>${v.maven-antrun-plugin}</version>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>${v.maven-assembly-plugin}</version>
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>${v.maven-war-plugin}</version>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>${v.maven-dependency-plugin}</version>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>${v.maven-release-plugin}</version>
</plugin>
<!-- maven-javadoc-plugin -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${v.maven-javadoc-plugin}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>${v.maven-plugin-plugin}</version>
<configuration>
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
<helpPackageName>org.apache.maven.plugins.help</helpPackageName>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<!-- *******************reporting***************************** -->
<reporting>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>${v.versions-maven-plugin}</version>
<reportSets>
<reportSet>
<reports>
<!-- versions:dependency-updates-report -->
<report>dependency-updates-report</report>
<!-- produces a report of those plugins which have newer versions available. -->
<report>plugin-updates-report</report>
<!-- produces a report of those properties which are used to control artifact versions and which properies have newer versions available. -->
<report>property-updates-report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<!-- 生成java代码交叉引用和源代码的html格式 -->
<!-- <plugin> -->
<!-- <groupId>org.apache.maven.plugins</groupId> -->
<!-- <artifactId>maven-jxr-plugin</artifactId> -->
<!-- <version>${v.maven-jxr-plugin}</version> -->
<!-- <configuration> -->
<!-- <aggregate>range</aggregate> -->
<!-- </configuration> -->
<!-- </plugin> -->
<!-- 代码格式检查 -->
<!-- 乱七八糟的 一行多长都控制 Line is longer than 80 characters (found 99). -->
<!-- maven-checkstyle-plugin -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>${v.maven-dependency-plugin}</version>
</plugin>
<!--源码分析 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>${v.maven-pmd-plugin}</version>
</plugin>
<!-- taglist 检查报告 -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
<version>${v.taglist-maven-plugin}</version>
<configuration>
<tagListOptions>
<tagClasses>
<tagClass>
<displayName>XXX</displayName>
<tags>
<tag>
<matchString>XXX</matchString>
<matchType>exact</matchType>
</tag>
</tags>
</tagClass>
<tagClass>
<displayName>TODO</displayName>
<tags>
<tag>
<matchString>TODO</matchString>
<matchType>ignoreCase</matchType>
</tag>
</tags>
</tagClass>
<tagClass>
<displayName>FIXME</displayName>
<tags>
<tag>
<matchString>FIXME</matchString>
<matchType>exact</matchType>
</tag>
</tags>
</tagClass>
<tagClass>
<displayName>@deprecated</displayName>
<tags>
<tag>
<matchString>@deprecated</matchString>
<matchType>exact</matchType>
</tag>
</tags>
</tagClass>
</tagClasses>
</tagListOptions>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<version>${v.maven-changes-plugin}</version>
<reportSets>
<reportSet>
<reports>
<report>changes-report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<!-- [ERROR] 'git' 不是内部或外部命令,也不是可运行的程序 或批处理文件。 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
<version>${v.maven-changelog-plugin}</version>
<configuration>
<!-- -->
<skip>true</skip>
<type>range</type>
<outputEncoding>${project.build.sourceEncoding}</outputEncoding>
<range>30</range>
<headingDateFormat>MM-dd</headingDateFormat>
<dateFormat>yyyy-MM-dd HH:mm:ss</dateFormat>
</configuration>
</plugin>
</plugins>
</reporting>
<!-- 指定这个项目的组织机构信息 -->
<organization>
<name>feiLong</name>
<url>https://github.com/ifeilong</url>
</organization>
<!-- 项目提交者信息 -->
<developers>
<developer>
<id>feilong</id>
<name>金鑫</name>
<url>https://github.com/venusdrogon</url>
<organization>feilong</organization>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
<timezone>8</timezone>
</developer>
</developers>
<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>
<!-- 项目的贡献者,但不属于开发小组 -->
<contributors>
<contributor>
<name>benjamin.liu</name>
<url>https://github.com/benjaliu</url>
</contributor>
<contributor>
<name>yi.huang</name>
<url>https://github.com/ananbeike</url>
</contributor>
<contributor>
<name>minglei.feng</name>
<url>https://github.com/shade41-code</url>
</contributor>
<contributor>
<name>ijiangtao</name>
<url>https://github.com/ijiangtao</url>
</contributor>
</contributors>
<!-- 软件配置管理SCM (Software Configuration Management), 如cvs ,svn ,git -->
<!-- The scm url must start with 'scm:' -->
<scm>
<url>https://github.com/ifeilong/feilong</url>
<connection>scm:git:https://github.com/ifeilong/feilong</connection>
<developerConnection>scm:git:git@github.com:ifeilong/feilong.git</developerConnection>
</scm>
<!-- 用于管理此项目的发布跟踪(bug跟踪) -->
<issueManagement>
<system>github</system>
<url>https://github.com/ifeilong/feilong/issues</url>
</issueManagement>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/source/feilong.git
git@gitee.com:source/feilong.git
source
feilong
feilong
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891