|
8 | 8 | <description>Opt For Soapui</description> |
9 | 9 | <version>1.0.x.20260630-SNAPSHOT</version> |
10 | 10 | <packaging>jar</packaging> |
11 | | - |
12 | 11 | <!-- 开源协议采用 Apache 2.0 协议 --> |
13 | 12 | <licenses> |
14 | 13 | <license> |
15 | 14 | <name>The Apache Software License, Version 2.0</name> |
16 | 15 | <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> |
17 | 16 | </license> |
18 | 17 | </licenses> |
19 | | - |
20 | 18 | <!-- 源码仓库(SCM)信息 --> |
21 | 19 | <scm> |
22 | 20 | <connection>scm:git:https://github.com/easy-4-java/${project.artifactId}.git</connection> |
23 | 21 | <developerConnection>scm:git:https://github.com/easy-4-java/${project.artifactId}.git</developerConnection> |
24 | 22 | <url>https://github.com/easy-4-java/${project.artifactId}</url> |
25 | 23 | <tag>${project.artifactId}</tag> |
26 | 24 | </scm> |
27 | | - |
28 | 25 | <!-- 开发者信息 --> |
29 | 26 | <developers> |
30 | 27 | <developer> |
|
37 | 34 | <timezone>+8</timezone> |
38 | 35 | </developer> |
39 | 36 | </developers> |
40 | | - |
41 | 37 | <!-- 构建 Profile 配置 --> |
42 | 38 | <profiles> |
43 | 39 | <profile> |
|
46 | 42 | <jdk>[1.8,)</jdk> |
47 | 43 | </activation> |
48 | 44 | <properties> |
49 | | - <!-- Dependency versions --> |
50 | | - <additionalparam>-Xdoclint:none</additionalparam> |
51 | | - <commons-beanutils.version>1.11.0</commons-beanutils.version> |
52 | | - <commons-codec.version>1.22.0</commons-codec.version> |
53 | | - <commons-io.version>2.22.0</commons-io.version> |
54 | | - <commons-lang3.version>3.20.0</commons-lang3.version> |
55 | | - <commons-lang.version>2.6</commons-lang.version> |
56 | | - <google-oauth-client.version>1.39.0</google-oauth-client.version> |
57 | | - <groovy.version>3.0.21</groovy.version> |
58 | | - <guava.version>33.6.0-jre</guava.version> |
59 | | - <jsr173-api.version>1.0</jsr173-api.version> |
60 | | - <junit-jupiter.version>5.11.4</junit-jupiter.version> |
61 | | - <junit.version>4.13.2</junit.version> |
62 | | - <lombok.version>1.18.46</lombok.version> |
63 | | - <oltu-oauth2-client.version>0.31</oltu-oauth2-client.version> |
64 | | - <oltu-oauth2-httpclient4.version>0.31</oltu-oauth2-httpclient4.version> |
65 | | - <sac.version>1.3</sac.version> |
66 | | - <slf4j.version>2.0.18</slf4j.version> |
67 | | - <soapui.version>5.4.0</soapui.version> |
68 | | - <ws-commons-util.version>1.0.2</ws-commons-util.version> |
69 | | - <xmlbeans.version>2.6.0</xmlbeans.version> |
70 | | - <!-- Maven Plugin versions --> |
71 | | - <maven-central-publishing-plugin.version>0.11.0</maven-central-publishing-plugin.version> |
72 | | - <maven-jacoco-plugin.version>0.8.15</maven-jacoco-plugin.version> |
| 45 | + <!-- Dependency versions --> |
| 46 | + <additionalparam>-Xdoclint:none</additionalparam> |
| 47 | + <commons-beanutils.version>1.11.0</commons-beanutils.version> |
| 48 | + <commons-codec.version>1.22.0</commons-codec.version> |
| 49 | + <commons-io.version>2.22.0</commons-io.version> |
| 50 | + <commons-lang3.version>3.20.0</commons-lang3.version> |
| 51 | + <commons-lang.version>2.6</commons-lang.version> |
| 52 | + <google-oauth-client.version>1.39.0</google-oauth-client.version> |
| 53 | + <groovy.version>3.0.21</groovy.version> |
| 54 | + <guava.version>33.6.0-jre</guava.version> |
| 55 | + <jsr173-api.version>1.0</jsr173-api.version> |
| 56 | + <junit-jupiter.version>5.11.4</junit-jupiter.version> |
| 57 | + <junit.version>4.13.2</junit.version> |
| 58 | + <lombok.version>1.18.46</lombok.version> |
| 59 | + <oltu-oauth2-client.version>0.31</oltu-oauth2-client.version> |
| 60 | + <oltu-oauth2-httpclient4.version>0.31</oltu-oauth2-httpclient4.version> |
| 61 | + <sac.version>1.3</sac.version> |
| 62 | + <slf4j.version>2.0.18</slf4j.version> |
| 63 | + <soapui.version>5.4.0</soapui.version> |
| 64 | + <ws-commons-util.version>1.0.2</ws-commons-util.version> |
| 65 | + <xmlbeans.version>2.6.0</xmlbeans.version> |
| 66 | + <!-- Maven Plugin versions --> |
| 67 | + <maven-central-publishing-plugin.version>0.11.0</maven-central-publishing-plugin.version> |
| 68 | + <maven-jacoco-plugin.version>0.8.15</maven-jacoco-plugin.version> |
73 | 69 | </properties> |
74 | 70 | </profile> |
75 | 71 | <!-- 发布到 Maven Central Portal:mvn -Prelease deploy(GPG 签名 + 源码 + Javadoc + Central 发布插件) --> |
76 | | - |
77 | 72 | <profile> |
78 | 73 | <id>release</id> |
79 | 74 | </profile> |
80 | 75 | <!-- 发布到 Maven Central Portal:mvn -Pcentral deploy(GPG 签名 + 源码 + Javadoc + Central 发布插件) --> |
81 | | - |
82 | 76 | <profile> |
83 | 77 | <id>central</id> |
84 | 78 | </profile> |
|
95 | 89 | </snapshots> |
96 | 90 | </repository> |
97 | 91 | </repositories> |
98 | | - |
99 | 92 | <!-- 版本属性定义:Java 版本、依赖版本与 Maven 插件版本统一管理 --> |
100 | 93 | <properties> |
101 | 94 | <!-- ═══ 第一段: 基础属性(自然排序)═══ --> |
102 | | - <java.version>1.8</java.version> |
103 | | - <maven.compiler.release>${java.version}</maven.compiler.release> |
104 | | - <maven.version>3.9.16</maven.version> |
105 | | - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
106 | | - <!-- Dependency versions --> |
107 | | - <activation.version>1.1.1</activation.version> |
108 | | - <analytics.version>5.4.0</analytics.version> |
109 | | - <bcmail.version>${bcprov.version}</bcmail.version> |
110 | | - <bcpg.version>${bcprov.version}</bcpg.version> |
111 | | - <bcpkix.version>${bcprov.version}</bcpkix.version> |
112 | | - <bcprov.version>1.59</bcprov.version> |
113 | | - <bctls.version>${bcprov.version}</bctls.version> |
114 | | - <commons-beanutils.version>1.11.0</commons-beanutils.version> |
115 | | - <commons-cli.version>1.4</commons-cli.version> |
116 | | - <commons-codec.version>1.22.0</commons-codec.version> |
117 | | - <commons-discovery.version>0.5</commons-discovery.version> |
118 | | - <commons-io.version>2.22.0</commons-io.version> |
119 | | - <commons-lang3.version>3.20.0</commons-lang3.version> |
120 | | - <commons-lang.version>2.6</commons-lang.version> |
121 | | - <commons-logging.version>1.2</commons-logging.version> |
122 | | - <commons-not-yet-ssl.version>0.3.11</commons-not-yet-ssl.version> |
123 | | - <commons-text.version>1.15.0</commons-text.version> |
124 | | - <contiperf.version>2.3.4</contiperf.version> |
125 | | - <dom4j.version>2.1.0</dom4j.version> |
126 | | - <fife-common.version>2.6.3</fife-common.version> |
127 | | - <groovy.version>2.5.4</groovy.version> |
128 | | - <guava.version>27.0-jre</guava.version> |
129 | | - <htmlunit.version>2.33</htmlunit.version> |
130 | | - <httpclient.version>4.5.14</httpclient.version> |
131 | | - <httpcore.version>4.4.16</httpcore.version> |
132 | | - <javax.activation.version>1.1.1</javax.activation.version> |
133 | | - <javax.jms-api.version>2.0.1</javax.jms-api.version> |
134 | | - <javax.mail-api.version>1.5.6</javax.mail-api.version> |
135 | | - <json-lib.version>2.4</json-lib.version> |
136 | | - <junit.version>4.13.2</junit.version> |
137 | | - <log4j.version>1.2.14</log4j.version> |
138 | | - <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
139 | | - <reflections.version>0.9.11</reflections.version> |
140 | | - <rhino.version>1.7.10</rhino.version> |
141 | | - <rsyntaxtextarea.version>3.0.2</rsyntaxtextarea.version> |
142 | | - <saxon.version>8.7</saxon.version> |
143 | | - <slf4j.version>2.0.18</slf4j.version> |
144 | | - <soapui.version>5.4.0</soapui.version> |
145 | | - <wsdl4j.version>1.6.3</wsdl4j.version> |
146 | | - <wss4j.version>1.6.19</wss4j.version> |
147 | | - <xalan.version>2.7.2</xalan.version> |
148 | | - <xmlbeans-xmlpublic.version>2.6.0</xmlbeans-xmlpublic.version> |
149 | | - <xmlbeans-xpath.version>2.6.0</xmlbeans-xpath.version> |
150 | | - <xmlbeans.version>5.3.0</xmlbeans.version> |
151 | | - <!-- Maven Plugin versions --> |
152 | | - <maven-clean-plugin.version>3.5.0</maven-clean-plugin.version> |
153 | | - <maven-compiler-plugin.version>3.15.0</maven-compiler-plugin.version> |
154 | | - <maven-dependency-plugin.version>3.8.1</maven-dependency-plugin.version> |
155 | | - <maven-deploy-plugin.version>3.1.4</maven-deploy-plugin.version> |
156 | | - <maven-enforcer-plugin.version>3.6.3</maven-enforcer-plugin.version> |
157 | | - <maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version> |
158 | | - <maven-install-plugin.version>3.1.4</maven-install-plugin.version> |
159 | | - <maven-jar-plugin.version>3.5.0</maven-jar-plugin.version> |
160 | | - <maven-javadoc-plugin.version>3.11.2</maven-javadoc-plugin.version> |
161 | | - <maven-nexus-staging-plugin.version>1.7.0</maven-nexus-staging-plugin.version> |
162 | | - <maven-release-plugin.version>3.3.1</maven-release-plugin.version> |
163 | | - <maven-resources-plugin.version>3.5.0</maven-resources-plugin.version> |
164 | | - <maven-source-plugin.version>3.4.0</maven-source-plugin.version> |
165 | | - <maven-surefire-plugin.version>2.21.0</maven-surefire-plugin.version> |
| 95 | + <java.version>1.8</java.version> |
| 96 | + <maven.compiler.release>${java.version}</maven.compiler.release> |
| 97 | + <maven.version>3.9.16</maven.version> |
| 98 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 99 | + <!-- Dependency versions --> |
| 100 | + <activation.version>1.1.1</activation.version> |
| 101 | + <analytics.version>5.4.0</analytics.version> |
| 102 | + <bcmail.version>${bcprov.version}</bcmail.version> |
| 103 | + <bcpg.version>${bcprov.version}</bcpg.version> |
| 104 | + <bcpkix.version>${bcprov.version}</bcpkix.version> |
| 105 | + <bcprov.version>1.59</bcprov.version> |
| 106 | + <bctls.version>${bcprov.version}</bctls.version> |
| 107 | + <commons-beanutils.version>1.11.0</commons-beanutils.version> |
| 108 | + <commons-cli.version>1.4</commons-cli.version> |
| 109 | + <commons-codec.version>1.22.0</commons-codec.version> |
| 110 | + <commons-discovery.version>0.5</commons-discovery.version> |
| 111 | + <commons-io.version>2.22.0</commons-io.version> |
| 112 | + <commons-lang3.version>3.20.0</commons-lang3.version> |
| 113 | + <commons-lang.version>2.6</commons-lang.version> |
| 114 | + <commons-logging.version>1.2</commons-logging.version> |
| 115 | + <commons-not-yet-ssl.version>0.3.11</commons-not-yet-ssl.version> |
| 116 | + <commons-text.version>1.15.0</commons-text.version> |
| 117 | + <contiperf.version>2.3.4</contiperf.version> |
| 118 | + <dom4j.version>2.1.0</dom4j.version> |
| 119 | + <fife-common.version>2.6.3</fife-common.version> |
| 120 | + <groovy.version>2.5.4</groovy.version> |
| 121 | + <guava.version>27.0-jre</guava.version> |
| 122 | + <htmlunit.version>2.33</htmlunit.version> |
| 123 | + <httpclient.version>4.5.14</httpclient.version> |
| 124 | + <httpcore.version>4.4.16</httpcore.version> |
| 125 | + <javax.activation.version>1.1.1</javax.activation.version> |
| 126 | + <javax.jms-api.version>2.0.1</javax.jms-api.version> |
| 127 | + <javax.mail-api.version>1.5.6</javax.mail-api.version> |
| 128 | + <json-lib.version>2.4</json-lib.version> |
| 129 | + <junit.version>4.13.2</junit.version> |
| 130 | + <log4j.version>1.2.14</log4j.version> |
| 131 | + <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
| 132 | + <reflections.version>0.9.11</reflections.version> |
| 133 | + <rhino.version>1.7.10</rhino.version> |
| 134 | + <rsyntaxtextarea.version>3.0.2</rsyntaxtextarea.version> |
| 135 | + <saxon.version>8.7</saxon.version> |
| 136 | + <slf4j.version>2.0.18</slf4j.version> |
| 137 | + <soapui.version>5.4.0</soapui.version> |
| 138 | + <wsdl4j.version>1.6.3</wsdl4j.version> |
| 139 | + <wss4j.version>1.6.19</wss4j.version> |
| 140 | + <xalan.version>2.7.2</xalan.version> |
| 141 | + <xmlbeans-xmlpublic.version>2.6.0</xmlbeans-xmlpublic.version> |
| 142 | + <xmlbeans-xpath.version>2.6.0</xmlbeans-xpath.version> |
| 143 | + <xmlbeans.version>5.3.0</xmlbeans.version> |
| 144 | + <!-- Maven Plugin versions --> |
| 145 | + <maven-clean-plugin.version>3.5.0</maven-clean-plugin.version> |
| 146 | + <maven-compiler-plugin.version>3.15.0</maven-compiler-plugin.version> |
| 147 | + <maven-dependency-plugin.version>3.8.1</maven-dependency-plugin.version> |
| 148 | + <maven-deploy-plugin.version>3.1.4</maven-deploy-plugin.version> |
| 149 | + <maven-enforcer-plugin.version>3.6.3</maven-enforcer-plugin.version> |
| 150 | + <maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version> |
| 151 | + <maven-install-plugin.version>3.1.4</maven-install-plugin.version> |
| 152 | + <maven-jar-plugin.version>3.5.0</maven-jar-plugin.version> |
| 153 | + <maven-javadoc-plugin.version>3.11.2</maven-javadoc-plugin.version> |
| 154 | + <maven-nexus-staging-plugin.version>1.7.0</maven-nexus-staging-plugin.version> |
| 155 | + <maven-release-plugin.version>3.3.1</maven-release-plugin.version> |
| 156 | + <maven-resources-plugin.version>3.5.0</maven-resources-plugin.version> |
| 157 | + <maven-source-plugin.version>3.4.0</maven-source-plugin.version> |
| 158 | + <maven-surefire-plugin.version>2.21.0</maven-surefire-plugin.version> |
166 | 159 | <google-oauth-client.version>1.39.0</google-oauth-client.version> |
167 | 160 | <jsr173-api.version>1.0</jsr173-api.version> |
168 | 161 | <lombok.version>1.18.46</lombok.version> |
|
172 | 165 | <sac.version>1.3</sac.version> |
173 | 166 | <ws-commons-util.version>1.0.2</ws-commons-util.version> |
174 | 167 | </properties> |
175 | | - |
176 | 168 | <!-- 依赖版本统一管理(dependencyManagement) --> |
177 | 169 | <dependencyManagement> |
178 | 170 | <dependencies> |
|
469 | 461 | </dependency> |
470 | 462 | </dependencies> |
471 | 463 | </dependencyManagement> |
472 | | - |
473 | 464 | <!-- 项目依赖(dependencies) --> |
474 | 465 | <dependencies> |
475 | 466 | <!-- For Junit --> |
|
691 | 682 | <build> |
692 | 683 | <pluginManagement> |
693 | 684 | <plugins> |
694 | | - |
695 | 685 | <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-compiler-plugin --> |
696 | 686 | <plugin> |
697 | 687 | <!-- 编译插件:编译主代码至主输出目录 --> |
|
705 | 695 | <maxmem>512M</maxmem> |
706 | 696 | </configuration> |
707 | 697 | </plugin> |
708 | | - |
709 | 698 | <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-deploy-plugin --> |
710 | 699 | <plugin> |
711 | 700 | <!-- 发布插件:将项目输出构件部署到远程仓库 --> |
712 | 701 | <groupId>org.apache.maven.plugins</groupId> |
713 | 702 | <artifactId>maven-deploy-plugin</artifactId> |
714 | 703 | <version>${maven-deploy-plugin.version}</version> |
715 | 704 | </plugin> |
716 | | - |
717 | 705 | <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-enforcer-plugin --> |
718 | 706 | <plugin> |
719 | 707 | <!-- 环境检查插件:代码编译前的环境监察 --> |
|
746 | 734 | </execution> |
747 | 735 | </executions> |
748 | 736 | </plugin> |
749 | | - |
750 | 737 | <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-gpg-plugin --> |
751 | 738 | <plugin> |
752 | 739 | <!-- 签名插件:对制品进行 PGP 签名 --> |
|
763 | 750 | </execution> |
764 | 751 | </executions> |
765 | 752 | </plugin> |
766 | | - |
767 | 753 | <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-install-plugin --> |
768 | 754 | <plugin> |
769 | 755 | <!-- 安装插件:将项目输出构件安装到本地仓库 --> |
770 | 756 | <groupId>org.apache.maven.plugins</groupId> |
771 | 757 | <artifactId>maven-install-plugin</artifactId> |
772 | 758 | <version>${maven-install-plugin.version}</version> |
773 | 759 | </plugin> |
774 | | - |
775 | 760 | <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-resources-plugin --> |
776 | 761 | <plugin> |
777 | 762 | <!-- 资源插件:复制主资源文件至主输出目录 --> |
|
782 | 767 | <encoding>${project.build.sourceEncoding}</encoding> |
783 | 768 | </configuration> |
784 | 769 | </plugin> |
785 | | - |
786 | 770 | <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-release-plugin --> |
787 | 771 | <plugin> |
788 | 772 | <!-- 发布管理插件:版本发布与标签管理 --> |
|
797 | 781 | <goals>deploy</goals> |
798 | 782 | </configuration> |
799 | 783 | </plugin> |
800 | | - |
801 | 784 | <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-source-plugin --> |
802 | 785 | <plugin> |
803 | 786 | <!-- 源码插件:发布时自动将源码同时发布 --> |
|
816 | 799 | </execution> |
817 | 800 | </executions> |
818 | 801 | </plugin> |
819 | | - |
820 | 802 | <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-surefire-plugin --> |
821 | 803 | <plugin> |
822 | 804 | <!-- 单元测试插件:执行测试用例 --> |
|
840 | 822 | </excludes> |
841 | 823 | </configuration> |
842 | 824 | </plugin> |
843 | | - |
844 | 825 | <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-jar-plugin --> |
845 | 826 | <plugin> |
846 | 827 | <!-- jar 包生成插件:创建项目 jar 包 --> |
|
857 | 838 | </archive> |
858 | 839 | </configuration> |
859 | 840 | </plugin> |
860 | | - |
861 | 841 | <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-javadoc-plugin --> |
862 | 842 | <plugin> |
863 | 843 | <!-- 文档插件:发布时自动生成 Javadoc 并发布 --> |
|
879 | 859 | </execution> |
880 | 860 | </executions> |
881 | 861 | </plugin> |
882 | | - |
883 | 862 | <!-- https://mvnrepository.com/artifact/org.sonatype.plugins/nexus-staging-maven-plugin --> |
884 | 863 | <plugin> |
885 | 864 | <groupId>org.sonatype.plugins</groupId> |
|
898 | 877 | </plugins> |
899 | 878 | </pluginManagement> |
900 | 879 | <plugins> |
901 | | - |
902 | 880 | <!-- https://mvnrepository.com/artifact/org.jacoco/jacoco-maven-plugin --> |
903 | 881 | <plugin> |
904 | 882 | <!-- 覆盖率插件:生成覆盖率报告并校验测试覆盖率(目标 90%) --> |
|
943 | 921 | </execution> |
944 | 922 | </executions> |
945 | 923 | </plugin> |
946 | | - |
947 | 924 | <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-compiler-plugin --> |
948 | 925 | <plugin> |
949 | 926 | <!-- 编译插件:编译主代码至主输出目录 --> |
|
0 commit comments