Maven Tutorials on Java Tutorials

Maven
is a software tool for project management and build automation.

While primarily used for Java programming, it can also be used to build and manage projects written in C#, Ruby, Scala, and other languages. Maven serves a similar purpose to the Apache Ant tool, but it is based on different concepts and works in a profoundly different manner.

Maven is hosted by the Apache Software Foundation, where it was formerly part of the Jakarta Project. Maven uses a construct known as a Project Object Mode l (POM) to describe the software project being built, its dependencies on other external modules and components, and the build order. It comes with pre-defined targets for performing certain well-defined tasks such as compilation of code and its packaging.

Maven dynamically downloads Java libraries and Maven plugins from one or more repositories. Maven provides built-in support for retrieving files from the Maven 2 Central Repository and other Maven repositories, and can upload artifacts to specific repositories after a successful build.

A local cache of downloaded artifacts acts as the primary means of synchronizing the output of projects on a local system. Maven is built using a plugin-based architecture that allows it to make use of any application controllable through standard input.

Theoretically, this would allow anyone to write plugins to interface with build tools (compilers, unit test tools, etc.) for any other language. In reality, support and use for languages other than Java has been minimal. Currently a plugin for the .Net framework exists and is maintained, and a C/C++ native plugin is maintained for Maven 2 maven-native and maven-nar

Source : Wikipedia

# Article Title Author Hits
1 Plugin execution not covered by lifecycle configuration... Administrator 723
2 Maven Webstart Plugin Administrator 867
3 Retrieve Tweets using Twitter4J Administrator 3666
4 Maven Command line options (version 2.1.0) Administrator 973
5 Resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced Administrator 3379
6 How to configure Maven behind an auto configured proxy Administrator 1864
7 Maven site issues Administrator 802
8 Subversion should ignore eclipse files generated by Maven Administrator 1749
9 Maven Assembly Plugin Administrator 2986
10 Eclipse Web App using Maven Administrator 1911
11 Maven Plugins Administrator 1455
12 Build Helper Maven Plugin Administrator 3518
13 Maven Tomcat Deployment using Cargo Administrator 3416
14 Maven Tomcat deployment Administrator 2615
15 Maven Integration Test Sébastien Dante Ursini 3959
16 Maven Release Sébastien Dante Ursini 8383
17 Maven Administrator 1485
18 Maven Compile Administrator 1636
19 Find unused jars Administrator 1302
20 Maven Dependency Tree Administrator 1178