Hello World from OSS Silicon Valley


Overall/Maven

#contents

*Overall Feature [#wdcddd17]
>Maven is a build automation tool used primarily for Java projects. Maven addresses two aspects of building software: First, it describes how software is built, and second, it describes its dependencies. Contrary to preceding tools like Apache Ant it uses conventions for the build procedure, and only exceptions need to be written down. An XML file describes the software project being built, its dependencies on other external modules and components, the build order, directories, and required plug-ins.
<
RIGHT:
refered from [[Wikipedia - Apache Maven:http://en.wikipedia.org/wiki/Apache_Maven]]


:File Composition|
#ref(overall_fig1.png)

:Window Image|
#ref(overall_fig2.png)

*Specification [#jb014253]
|LEFT:100|LEFT:200|c
|CENTER:ITEM|CENTER:200|h
|Main Developer|Apache Software Foundation|
|License|Apache License 2.0|
|OS|Cross platform|
|Written In|Java|
|Official Site|http://maven.apache.org/|


*HowToUse [#f9eded94]
#ls2(HowToUse/Maven/)

*Contributer [#vf81e6cd]
S.Yatsuzuka

*Open Discussion [#s20b4351]
If you have questions or comments, please share them below. We will improve the above information referring to your posting.

#article