maven 项目打包
前提:已经配置好maven环境
传送门:Linux 上安装maven 并配置阿里远程仓库
示例:
一、下载代码
git clone https://github.com/sayers522/JNDI-Injection-Exploit

二、编译代码,jar包会在 target 目录生成
mvn clean install -DskipTests

三、成功打包,在 target 目录生成

前提:已经配置好maven环境
传送门:Linux 上安装maven 并配置阿里远程仓库
git clone https://github.com/sayers522/JNDI-Injection-Exploit

mvn clean install -DskipTests

