Dashboard > Pulse v1.2 > ... > Built-in Projects > Maven Projects
  Pulse v1.2 Log In | Sign Up   View a printable version of the current page.  
  Maven Projects
Added by Daniel Ostermeier, last edited by Daniel Ostermeier on Apr 27, 2006  (view change)
Labels: 
(None)

Pulse Manual Index

Overview

Maven projects are used to build software with the Apache Maven build tool.

Configuration

working directory

If you wish to execute maven from a specific directory, provide the path of the directory, relative to the base directory for the recipe. Usually this option is not required, as maven build files can use paths relative to the location of the build file itself.

This setting is not required. By default, maven will be executed in the base directory for the build.

targets

A space-separated list of maven targets to execute.

This setting is not required. If not specified, maven will execute the default build.

arguments

A space-separated list of additional command line arguments to pass to maven. You may use this option to pass arbitrary arguments to the maven binary.

This setting is not required.

Locating Maven

Maven projects make use of the maven command, and thus the maven binary is located as described in the documentation for that command. In addition, a maven project will import a resource named "maven" if it exists. This facility may be used in conjunction with the maven command's use of the property "maven.bin" to control the maven binary used.

Zutubi wiki is Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.10 Build:#528 Nov 29, 2006) - Bug/feature request - Contact Administrators