File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -339,6 +339,11 @@ mvn release:perform -Prelease
339
339
mvn clean deploy -Prelease
340
340
```
341
341
342
+ 发布包
343
+ ``` text
344
+ mvn nexus-staging:release
345
+ ```
346
+
342
347
删除staging包
343
348
344
349
``` text
@@ -353,5 +358,7 @@ mvn nexus-staging:drop -Prelease
353
358
354
359
- [ vsCode利用git连接github] ( https://www.jianshu.com/p/f836da434e18 )
355
360
- [ 如何将自己的代码发布到Maven中央仓库] ( https://www.cnblogs.com/songyz/p/11387978.html )
361
+ - [ Deploying to OSSRH with Apache Maven - Introduction] ( https://central.sonatype.org/publish/publish-maven/ )
362
+
356
363
357
364
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >io.github.kavahub</groupId >
5
5
<artifactId >kavahub-async-file</artifactId >
6
- <version >1.0.1 -SNAPSHOT</version >
6
+ <version >1.0.0 -SNAPSHOT</version >
7
7
<name >kavahub-async-file</name >
8
8
<packaging >jar</packaging >
9
9
29
29
<connection >scm:git:git@github.com:kavahub/async-file.git</connection >
30
30
<developerConnection >scm:git:git@github.com:kavahub/async-file.git</developerConnection >
31
31
<url >https://github.com/kavahub/async-file.git</url >
32
- <tag >kavahub-async-file-1.0.0 </tag >
32
+ <tag >HEAD </tag >
33
33
</scm >
34
34
35
35
205
205
<executions >
206
206
<execution >
207
207
<id >attach-sources</id >
208
- <phase >verify</phase >
209
208
<goals >
210
209
<goal >jar-no-fork</goal >
211
210
</goals >
You can’t perform that action at this time.
0 commit comments