
maven
xyhwork
Don't cry over spilled milk
展开
-
maven添加jar到本地仓库
添加jar到本地仓库: 命令: mvn install:install-file -Dfile=jar包的路径 -DgroupId=gruopId中的内容 -DartifactId=actifactId的内容 -Dversion=version的内容 -Dpackaging=jar 例子: mvn install:install-file -Dfile=D:\ojdbc8.jar -Dgro...原创 2019-12-18 13:52:40 · 159 阅读 · 0 评论 -
jetty No JSP support解决办法
[INFO] No JSP support. Check that JSP jars are in lib/jsp and that the JSP option has been specified to start.jar转载 2014-08-07 14:57:14 · 17544 阅读 · 1 评论 -
mvn 打包命令
cd app/common/service/facade mvn clean install -Pdev -Dmaven.test.skip 说明: -Pdev : dev 就是主pom文件中dev原创 2017-11-16 15:43:02 · 1143 阅读 · 0 评论