Skip to content
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.

Maven Goals

Rimero Solutions edited this page Jul 12, 2013 · 2 revisions

Summary

Goal Description
wrapper:help Displays the Maven Wrapper plugin help.
wrapper:wrapper Generates the Maven Command Line Wrapper for the current project.

wrapper:wrapper

Full name

com.rimerosolutions.maven.plugins:wrapper-maven-plugin:0.0.1-SNAPSHOT:wrapper

Description

Generates a Maven Command Line Wrapper.

Maven will be downloaded if needed, and stored in your $HOME/.m2/maven/wrapper folder.

Attributes

A project is required. No thread-safety guarantees.

Optional parameters

Name Type Since Description
baseDistributionUrl String - The base URL where Maven will be fetched from. The default value is
https://repository.apache.org/content/repositories/releases/org/apache/maven/apache-maven
wrapperDirectory String - Wrapper support files output folder. It must be a sub-folder of the project.
The relative directory will be auto-created if it doesn’t exists.
The default value is ${basedir}/maven.

wrapper:help

Full name

com.rimerosolutions.maven.plugins:wrapper-maven-plugin:0.0.1-SNAPSHOT:help

Description

Display help information on maven-wrapper-plugin.

Call mvn wrapper:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.

Attributes

The goal is thread-safe and supports parallel builds. A project is required.

Optional parameters

Name Type Since Description
-detail boolean - If true, display all settable properties for each goal. Default value is: false. User property is: detail.
Default value is: false. User property is: detail.
goal String - The name of the goal for which to show help. If unspecified, all goals will be displayed.
User property is: goal.
indentSize int - The number of spaces per indentation level, should be positive.
Default Value is: indentSize
lineLength int - The maximum length of a display line, should be positive. Default value is: 80.
User property is: lineLength.
Clone this wiki locally