File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -319,9 +319,17 @@ Thread-7
319
319
320
320
#### 构建项目
321
321
322
+ 克隆代码到本地,然后运行mvn命令, 执行编译,测试,打包项目:
322
323
324
+ ``` text
325
+ mvn clean install
326
+ ```
323
327
328
+ 发布包到Maven Repository中,使用mvn命令:
324
329
330
+ ``` text
331
+ mvn clean deploy -P release
332
+ ```
325
333
326
334
#### 其他开源项目
327
335
@@ -330,5 +338,6 @@ Thread-7
330
338
#### 参考文档
331
339
332
340
- [ vsCode利用git连接github] ( https://www.jianshu.com/p/f836da434e18 )
341
+ - [ 如何将自己的代码发布到Maven中央仓库] ( https://www.cnblogs.com/songyz/p/11387978.html )
333
342
334
343
Original file line number Diff line number Diff line change 7
7
</encoder >
8
8
</appender >
9
9
10
- <logger name =" net.kava " level =" INFO,DEBUG,ERROR" />
10
+ <logger name =" io.github.kavahub " level =" INFO,DEBUG,ERROR" />
11
11
12
12
<root level =" INFO" >
13
13
<appender-ref ref =" STDOUT" />
You can’t perform that action at this time.
0 commit comments