
maven
1990_super
我写博文基本上都是工作或者学习中想留下点笔记而写的,文中代码片段基本可用
展开
-
maven profiles多环境配置
今天做了一个小项目,需要配置开发、测试、预发布、生产四套环境配置文件,正常是用配置中心的,但是我的项目还没上线,所以想下maven的profiles+filters,我看了下官网对profiles的介绍,官网profiles地址,一个字,累。 开始吧,要想实现多环境打包,总共分6步 步骤一、在src/main 下创建filters文件夹,maven文件目录结构里建议有filters文件夹(感兴...原创 2018-08-20 19:08:07 · 7062 阅读 · 0 评论 -
Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.1:get
使用mvn dependency:get 报错: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.1:get (default-cli) on project standalone-pom: The parameters 'repositoryUrl' for goal org.a...原创 2018-08-29 21:32:22 · 9056 阅读 · 0 评论