Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

Gump Settings

There are no settings available to tailor the output from the Gump plugin, however it does use the following project descriptor settings

PropertyOptional?Description
maven.gump.ant.generate Yes Set to true to generate an ant element. By default, none is added to the descriptor.
maven.gump.maven.generate Yes Set to false to not generate a maven element. By default, a maven element is added to the descriptor.
maven.gump.ant.target Yes The target to execute. Defaults to dist.
maven.gump.maven.goals Yes The goals to execute. Defaults to jar.
maven.gump.descriptor Yes The filename of the descriptor to generate. The default is ${basedir}/gump.xml.
maven.gump.module.name Yes Name to use for the <module/> element. The default is the artifact ID of the project.
maven.gump.svn.dir Yes If Subversion is used as SCM, set this property to define the directory to use (for example trunk).