IntelliJ Idea使用maven打包编辑项目

IntelliJ Idea使用maven打包编辑项目_第1张图片

clean install -e -U -Dmaven.test.skip=true

 指定单个项目:

install:install-file -DgroupId=com.platform -DartifactId=platform -Dversion=1.0.0 -Dpackaging=jar -Dfile=项目路径\platform-restful\target\platform-restful-1.0.0.jar

 

你可能感兴趣的:(IntelliJ Idea使用maven打包编辑项目)