Skip to content

Commit 542e977

Browse files
committed
chore: 调整开发人员信息
1 parent 42f7af6 commit 542e977

File tree

1 file changed

+12
-26
lines changed

1 file changed

+12
-26
lines changed

ddes-open-sdk/pom.xml

Lines changed: 12 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,16 @@
4141

4242
<developers>
4343
<developer>
44-
<name>liqinglong</name>
45-
<email>obalee20@gmail.com</email>
44+
<name>cheshun</name>
45+
<email>cheshun@didiglobal.com</email>
46+
<roles>
47+
<role>Developer</role>
48+
</roles>
49+
<timezone>+8</timezone>
50+
</developer>
51+
<developer>
52+
<name>chenquan</name>
53+
<email>chenquan@didiglobal.com</email>
4654
<roles>
4755
<role>Developer</role>
4856
</roles>
@@ -156,6 +164,8 @@
156164
<scope>test</scope>
157165
</dependency>
158166

167+
168+
159169
</dependencies>
160170

161171
<repositories>
@@ -228,30 +238,6 @@
228238
</execution>
229239
</executions>
230240
</plugin>
231-
232-
<plugin>
233-
<groupId>org.jacoco</groupId>
234-
<artifactId>jacoco-maven-plugin</artifactId>
235-
<executions>
236-
<execution>
237-
<id>default-prepare-agent</id>
238-
<goals>
239-
<goal>prepare-agent</goal>
240-
</goals>
241-
</execution>
242-
<execution>
243-
<id>default-report</id>
244-
<phase>test</phase>
245-
<goals>
246-
<goal>report</goal>
247-
</goals>
248-
<configuration>
249-
<dataFile>target/jacoco.exec</dataFile>
250-
<outputDirectory>target/jacoco-ut</outputDirectory>
251-
</configuration>
252-
</execution>
253-
</executions>
254-
</plugin>
255241
</plugins>
256242
</build>
257243

0 commit comments

Comments
 (0)