There are no settings available to tailor the output from the Gump plugin, however it does use the following project descriptor settings
| Property | Optional? | 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). |