随笔分类 -  maven

No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal
摘要:No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group- 阅读全文

posted @ 2018-03-15 23:46 lvlv岁月流逝 阅读(426) 评论(0) 推荐(0)

mvn 手动安装jar 到本地库
摘要:安装: mvn install:install-file -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.1.0.7.0 -Dpackaging=jar -Dfile=E:\04Project\StudyStat\lib\ojdbc6.ja 阅读全文

posted @ 2017-08-08 22:44 lvlv岁月流逝 阅读(166) 评论(0) 推荐(0)

idea maven 创建webapp项目没有src目录
摘要:archetypeCatalog=internal 阅读全文

posted @ 2016-07-09 17:47 lvlv岁月流逝 阅读(6928) 评论(1) 推荐(0)

idea15 生成mybatis代码
摘要:pom.xml src->main->resources下新建文件 generatorConfig.xml 然后到 maven project ->mybatis-generator ->mybatis-generator:generate 右键->run maven build 如果没有提示错误就 阅读全文

posted @ 2016-05-10 23:48 lvlv岁月流逝 阅读(602) 评论(0) 推荐(0)

windown 安装配置 mvn不是内部或外部命令
摘要:path 检查没有任何问题,就直接把maven路径直接放到path前面 如果提示JAVA_HOME not found 之类错误,环境变量中需要设置JAVA_HOME,而且需要在path中添加%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin 阅读全文

posted @ 2015-11-02 23:18 lvlv岁月流逝 阅读(320) 评论(0) 推荐(0)

maven 安装
摘要:1、首先下载maven http://maven.apache.org/download.cgi apache-maven-3.3.3-bin.tar.gz2、将apache-maven-3.3.3-bin.tar.gz 解压到 /usr/local/apache-maven-3.3.33、修改配... 阅读全文

posted @ 2015-05-31 10:57 lvlv岁月流逝 阅读(300) 评论(0) 推荐(0)

导航