1+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2+ <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" >
3+ <modelVersion >4.0.0</modelVersion >
4+ <groupId >com.aliyun</groupId >
5+ <artifactId >wuying_personal_pc20251111</artifactId >
6+ <version >1.0.0</version >
7+ <packaging >jar</packaging >
8+ <name >wuying_personal_pc20251111</name >
9+ <description >Alibaba Cloud wuying-personal-pc (20251111) SDK for Java
10+ </description >
11+ <url >https://github.com/aliyun/alibabacloud-java-sdk</url >
12+ <licenses >
13+ <license >
14+ <name >The Apache License, Version 2.0</name >
15+ <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
16+ </license >
17+ </licenses >
18+ <developers >
19+ <developer >
20+ <id >aliyunproducts</id >
21+ <name >Aliyun SDK</name >
22+ <email >aliyunsdk@aliyun.com</email >
23+ </developer >
24+ </developers >
25+ <distributionManagement >
26+ <snapshotRepository >
27+ <id >sonatype-nexus-snapshots</id >
28+ <url >https://central.sonatype.com/repository/maven-snapshots/</url >
29+ </snapshotRepository >
30+ <repository >
31+ <id >sonatype-nexus-staging</id >
32+ <url >https://central.sonatype.com</url >
33+ </repository >
34+ </distributionManagement >
35+ <scm >
36+ <connection >scm:git:git://github.com/aliyun/alibabacloud-java-sdk.git</connection >
37+ <developerConnection >scm:git:git@github.com:aliyun/alibabacloud-java-sdk.git</developerConnection >
38+ <url >https://github.com/aliyun/alibabacloud-java-sdk</url >
39+ </scm >
40+ <dependencies >
41+ <dependency >
42+ <groupId >com.aliyun</groupId >
43+ <artifactId >tea-util</artifactId >
44+ <version >0.2.23</version >
45+ </dependency >
46+ <dependency >
47+ <groupId >com.aliyun</groupId >
48+ <artifactId >tea-openapi</artifactId >
49+ <version >0.3.10</version >
50+ </dependency >
51+ <dependency >
52+ <groupId >com.aliyun</groupId >
53+ <artifactId >openapiutil</artifactId >
54+ <version >0.2.2</version >
55+ </dependency >
56+ <dependency >
57+ <groupId >com.aliyun</groupId >
58+ <artifactId >endpoint-util</artifactId >
59+ <version >0.0.8</version >
60+ </dependency >
61+ <dependency >
62+ <groupId >com.aliyun</groupId >
63+ <artifactId >tea</artifactId >
64+ <version >1.3.1</version >
65+ </dependency >
66+ </dependencies >
67+ <build >
68+ <plugins >
69+ <plugin >
70+ <groupId >org.apache.maven.plugins</groupId >
71+ <artifactId >maven-compiler-plugin</artifactId >
72+ <version >3.6.1</version >
73+ <configuration >
74+ <source >7</source >
75+ <target >7</target >
76+ </configuration >
77+ </plugin >
78+ <plugin >
79+ <groupId >org.apache.maven.plugins</groupId >
80+ <artifactId >maven-gpg-plugin</artifactId >
81+ <version >3.1.0</version >
82+ <executions >
83+ <execution >
84+ <id >sign-artifacts</id >
85+ <phase >verify</phase >
86+ <goals >
87+ <goal >sign</goal >
88+ </goals >
89+ </execution >
90+ </executions >
91+ </plugin >
92+ <plugin >
93+ <groupId >org.apache.maven.plugins</groupId >
94+ <artifactId >maven-javadoc-plugin</artifactId >
95+ <version >3.1.1</version >
96+ <configuration >
97+ <encoding >UTF-8</encoding >
98+ <doclint >none</doclint >
99+ </configuration >
100+ </plugin >
101+ <plugin >
102+ <groupId >org.apache.maven.plugins</groupId >
103+ <artifactId >maven-surefire-plugin</artifactId >
104+ <version >2.22.1</version >
105+ </plugin >
106+ <plugin >
107+ <groupId >org.apache.maven.plugins</groupId >
108+ <artifactId >maven-shade-plugin</artifactId >
109+ <version >3.2.4</version >
110+ <executions >
111+ <execution >
112+ <phase >package</phase >
113+ <goals >
114+ <goal >shade</goal >
115+ </goals >
116+ <configuration >
117+ <relocations >
118+ <relocation >
119+ <pattern >com.google</pattern >
120+ <shadedPattern >com.aliyun.wuying_personal_pc20251111.external.google</shadedPattern >
121+ </relocation >
122+ <relocation >
123+ <pattern >okhttp3</pattern >
124+ <shadedPattern >com.aliyun.wuying_personal_pc20251111.external.okhttp3</shadedPattern >
125+ </relocation >
126+ <relocation >
127+ <pattern >okio</pattern >
128+ <shadedPattern >com.aliyun.wuying_personal_pc20251111.external.okio</shadedPattern >
129+ </relocation >
130+ <relocation >
131+ <pattern >javax.xml</pattern >
132+ <shadedPattern >com.aliyun.wuying_personal_pc20251111.external.javax.xml</shadedPattern >
133+ </relocation >
134+ <relocation >
135+ <pattern >com.sun</pattern >
136+ <shadedPattern >com.aliyun.wuying_personal_pc20251111.external.com.sun</shadedPattern >
137+ </relocation >
138+ <relocation >
139+ <pattern >org.apache</pattern >
140+ <shadedPattern >com.aliyun.wuying_personal_pc20251111.external.org.apache</shadedPattern >
141+ </relocation >
142+ <relocation >
143+ <pattern >org.slf4j</pattern >
144+ <shadedPattern >com.aliyun.wuying_personal_pc20251111.external.org.slf4j</shadedPattern >
145+ </relocation >
146+ </relocations >
147+ <artifactSet >
148+ <excludes >
149+ <exclude >org.jacoco:*</exclude >
150+ <exclude >org.bouncycastle:bcprov-jdk18on</exclude >
151+ </excludes >
152+ </artifactSet >
153+ <filters >
154+ <filter >
155+ <artifact >*:*</artifact >
156+ <excludes >
157+ <exclude >META-INF/*.SF</exclude >
158+ <exclude >META-INF/*.DSA</exclude >
159+ <exclude >META-INF/*.RSA</exclude >
160+ <exclude >**/pom.xml</exclude >
161+ </excludes >
162+ </filter >
163+ </filters >
164+ <transformers >
165+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
166+ </transformers >
167+ <shadedArtifactAttached >true</shadedArtifactAttached >
168+ <shadedClassifierName >shaded</shadedClassifierName >
169+ </configuration >
170+ </execution >
171+ </executions >
172+ </plugin >
173+ <plugin >
174+ <groupId >org.sonatype.central</groupId >
175+ <artifactId >central-publishing-maven-plugin</artifactId >
176+ <version >0.9.0</version >
177+ <extensions >true</extensions >
178+ <configuration >
179+ <publishingServerId >central</publishingServerId >
180+ <autoPublish >true</autoPublish >
181+ </configuration >
182+ </plugin >
183+ </plugins >
184+ </build >
185+ </project >
0 commit comments