|
|
5 月之前 | |
|---|---|---|
| jdk | 5 月之前 | |
| media | 8 月之前 | |
| tool | 1 年之前 | |
| web | 5 月之前 | |
| .gitignore | 3 年之前 | |
| README.md | 1 年之前 | |
| pom.xml | 5 月之前 |
Java 通用类库
Java 版本: jdk11
# 安装全部模块到本地仓库
mvn clean install
# 安装 jdk 模块到本地仓库
mvn clean install -am -Dmaven.test.skip -pl jdk
# 安装全部模块到 nexus 仓库
mvn clean deploy
# 安装 jdk 模块到 nexus 仓库
mvn clean deploy -am -Dmaven.test.skip -pl jdk
nexus 仓库在 jutil/pom.xml 文件的 distributionManagement - repository 中指定