File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 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 >
2425
2526 <developers >
2627 <developer >
28+ <name >LeanCloud Engineer</name >
29+ 2730 <organization >LeanCloud</organization >
2831 <organizationUrl >https://leancloud.cn/</organizationUrl >
2932 </developer >
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 >
You can’t perform that action at this time.
0 commit comments