Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

Commit

Permalink
[+] 添加一个插件配置文件的TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna authored Jul 15, 2018
1 parent 8854e8f commit 4fa1637
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -494,20 +494,24 @@ public class TestCommand implements EverywhereCommand
}
```

### 6. 构建插件:
### 6. 插件配置:

TODO!

### 7. 构建插件:

* 注意:
* Jar文件会构建到`target`目录下
* 加载到服务器要用`shaded`版本, 作为API发布可以不用`shaded`
* (不过推荐全都用`shaded`版本, 毕竟万一会有人想直接拿API的jar加载就抛class not found呢...

#### 6.1. 全系统 - IntelliJ IDEA
#### 7.1. 全系统 - IntelliJ IDEA

* 打开右边的`Maven Project`栏
* 展开`Lifecycle`菜单
* 双击`package`运行

#### 6.2. Linux - Bash
#### 7.2. Linux - Bash

* 在项目路径打开任意Bash
* `mvn package`
Expand Down

0 comments on commit 4fa1637

Please sign in to comment.