
maven
文章平均质量分 57
songuooo
Make easy things easy & hard things possible.
展开
-
Learning Maven 2 - A Multi-module Project
we create a multimodule project that combines the examples from the two previous examples in . The simpleWeather code developed , Customizing a Maven Project will be combined with the simpleWeb proj原创 2012-11-04 21:06:07 · 1182 阅读 · 0 评论 -
Learing Maven 3 - Optimizing and Refactoring POMs
一、Optimizing Dependencies (1) You should create a property called AAA.BBB.CCC.version to share the version if some dependency versons are the same. For example,Both thehibernate-annotations andhibern原创 2012-11-07 20:09:25 · 606 阅读 · 0 评论 -
Maven & Eclipse
1 在eclipse中运行maven工程 右键单击工程中的pom.xml文件,选择"Run As"可以选择相应的选项,如Maven buid,Maven clean, Maven install等,如下图: 运行特定的goals时: 选择第二项“Maven buid...”,在Goasl中输入要运行的目标即可,如下图:原创 2012-11-27 17:46:53 · 370 阅读 · 0 评论 -
Maven Standard Directory Layout
src/main/java Application/Library sources src/main/resources Application/Library resources src/main/filters Resource filter files src/main/assembly Assembly descriptor原创 2012-11-07 15:15:58 · 1228 阅读 · 0 评论 -
Learning Maven 1 - Basic Introduction
一、 maven常用的一些自动产生的模板 1. Java普通工程 mvn archetype:generate \ -DgroupId=com.ftcl.weather \ -DartifactId=simpleWeather \ -Dversion=1.0 \ -DarchetypeArtifactId=maven-archetype-quickstart \ -Dinteractive原创 2012-11-04 18:15:58 · 1053 阅读 · 0 评论