Skip to content

Commit 7d3aaf7

Browse files
committed
(fix) pom
1 parent 087a060 commit 7d3aaf7

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

pom.xml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<groupId>cn.leancloud</groupId>
66
<artifactId>kafka-java-consumer</artifactId>
77
<version>0.0.2-SNAPSHOT</version>
8+
<packaging>jar</packaging>
89

910
<name>${project.groupId}:${project.artifactId}</name>
1011
<description>A kafka consumer client for Java.</description>
@@ -24,6 +25,8 @@
2425

2526
<developers>
2627
<developer>
28+
<name>LeanCloud Engineer</name>
29+
<email>[email protected]</email>
2730
<organization>LeanCloud</organization>
2831
<organizationUrl>https://leancloud.cn/</organizationUrl>
2932
</developer>
@@ -210,10 +213,18 @@
210213
<configuration>
211214
<serverId>ossrh</serverId>
212215
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
213-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
214-
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
216+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
215217
</configuration>
216218
</plugin>
219+
<plugin>
220+
<artifactId>maven-clean-plugin</artifactId>
221+
<version>3.0.0</version>
222+
</plugin>
223+
<plugin>
224+
<groupId>org.apache.maven.plugins</groupId>
225+
<artifactId>maven-release-plugin</artifactId>
226+
<version>2.5.3</version>
227+
</plugin>
217228
<plugin>
218229
<groupId>org.apache.maven.plugins</groupId>
219230
<artifactId>maven-assembly-plugin</artifactId>

0 commit comments

Comments
 (0)