Overview
Maven 2 projects are used to build software with the Apache Maven
build tool, version 2.
Maven 2 Command and Post-Processing
Maven 2 projects define a single recipe which executes a single maven2 command. This command will run maven 2 post-processing by default, in order to capture common warning and error messages.
Locating Maven 2
Maven 2 projects make use of the maven 2 command, and thus the maven binary is located as described in the documentation for that command. In addition, a maven 2 project will import a resource named "maven2" if it exists. This facility may be used in conjunction with the maven 2 command's use of the property "maven2.bin" to control the maven binary used.