install:install

Full name:

org.apache.maven.plugins:maven-install-plugin:0.1-stub-SNAPSHOT:install

Description:

Creates a text file in the project base directory.

Attributes:

  • Requires a Maven project to be executed.
  • Binds by default to the lifecycle phase: install.

Optional Parameters

Name Type Since Description
pathname String - The path to the output file, relative to the project base directory directory.

Parameter Details

pathname:

The path to the output file, relative to the project base directory directory.
  • Type: java.lang.String
  • Required: No