Goals available for this plugin:
Goal | Description |
---|---|
helper:check-auto-container | Check all dependencies are auto contained in the given repositories. |
helper:collect-files | Collect files some files from a project and copy them into a directory. |
helper:compute-distribution-site-url | To compute distribution site url distinguising url when project version is a snapshot. Created on 27/02/16. |
helper:execute-remote-command | Mojo to execute on a remote server some scripts. |
helper:help | Display help information on helper-maven-plugin. Call mvn helper:help -Ddetail=true
-Dgoal=<goal-name> to display parameter details. |
helper:send-email | Send a email. |
helper:share-server-secret | Obtain a server authentication and share it in the maven project
properties. To select data to export from the server with the given
serverId , fill the properties :
usernameOut passwordOut privateKeyOut passphraseOut |
helper:transform-project-version | Transform the version of the project and store it in a project property. |
The following specifies the minimum requirements to run this Maven plugin:
Maven | 2.0 |
JDK | 1.7 |
Memory | No minimum requirement. |
Disk Space | No minimum requirement. |
You should specify the version in your project's plugin configuration:
<project> ... <build> <!-- To define the plugin version in your parent POM --> <pluginManagement> <plugins> <plugin> <groupId>org.nuiton</groupId> <artifactId>helper-maven-plugin</artifactId> <version>2.3.2</version> </plugin> ... </plugins> </pluginManagement> <!-- To use the plugin goals in your POM or parent POM --> <plugins> <plugin> <groupId>org.nuiton</groupId> <artifactId>helper-maven-plugin</artifactId> <version>2.3.2</version> </plugin> ... </plugins> </build> ... </project>
For more information, see "Guide to Configuring Plug-ins"