2007-02-03
Maven2目录结构
关键字: maven2| Standard Location | Description |
|---|---|
| pom.xml | Maven’s POM, which is always at the top-level of a project. |
| LICENSE.txt | A license file is encouraged for easy identification by users and is optional. |
| README.txt | A simple note which might help first time users and is optional. |
| target/ | Directory for all generated output. This would include compiled classes, generated sources that may be compiled, the generated site or anything else that might be generated as part of your build. |
| target/generated-sources/plugin-id
|
Standard location for generated sources. For example, you may generate some sources from a JavaCC grammar. |
| src/main/java/ | Standard location for application sources. |
| src/main/resources/ | Standard location for application resources. |
| src/main/filters/ | Standard location for resource filters. |
| src/main/assembly/ | Standard location for assembly filters. |
| src/main/config/ | Standard location for application configuration filters. |
| src/test/java/ | Standard location for test sources. |
| src/test/resources/ | Standard location for test resources. |
| src/test/filters/ | Standard location for test resource filters. |
发表评论
- 浏览: 39067 次
- 性别:

- 来自: 广州

- 详细资料
搜索本博客
最新评论
-
Swing程序在linux下丢失 ...
难道netbeans里面偶然遇到的无法输入也是这个问题引起的?
-- by pig345 -
思维导图
还不错。。。
-- by blackanger -
推荐一个压缩工具7-zip
rar可以包内文件内容查找,7zip就不行
-- by fkpwolf -
推荐一个压缩工具7-zip
ddandyy 写道rar解压是不要钱的 而且一般压缩软件都有解压RAR功能了 ...
-- by ray_linn -
推荐一个压缩工具7-zip
rar解压是不要钱的 而且一般压缩软件都有解压RAR功能了
-- by ddandyy






评论排行榜