Convert to Maven

This commit is contained in:
Izzel_Aliz
2018-04-01 14:49:02 +08:00
parent e2d83501d6
commit f5d1edc9e0
54 changed files with 350 additions and 638 deletions

View File

@@ -5,3 +5,9 @@
**3.56** 版本开始 `com.sun.tools.jar` 不再和插件一起发布。
如果需要启用 *JavaShell* 功能请将 [com.sun.tools.jar](http://skymc.oss-cn-shanghai.aliyuncs.com/plugins/com.sun.tools.jar) 放入 *"TabooLib/JavaShell/lib"* 文件夹中。
## 构建
```
mvn clean install package
```