Fork me on GitHub

eclipse:install-plugins

Full name:

org.apache.maven.plugins:maven-eclipse-plugin:2.10:install-plugins

Description:

Install plugins resolved from the Maven repository system into an Eclipse instance.

Attributes:

  • Requires a Maven project to be executed.
  • Requires dependency resolution of artifacts in scope: compile.

Optional Parameters

Name Type Since Description
eclipseDir File - This is the installed base directory of the Eclipse instance you want to modify.
User property is: eclipseDir.
overwrite boolean - Determines whether this mojo leaves existing installed plugins as-is, or overwrites them.
Default value is: false.
User property is: overwrite.
pluginDependencyTypes String - Comma-delimited list of dependency <type/> values which will be installed in the eclipse instance's plugins directory.
Default value is: jar.
User property is: pluginDependencyTypes.

Parameter Details

eclipseDir:

This is the installed base directory of the Eclipse instance you want to modify.
  • Type: java.io.File
  • Required: No
  • User Property: eclipseDir

overwrite:

Determines whether this mojo leaves existing installed plugins as-is, or overwrites them.
  • Type: boolean
  • Required: No
  • User Property: overwrite
  • Default: false

pluginDependencyTypes:

Comma-delimited list of dependency <type/> values which will be installed in the eclipse instance's plugins directory.
  • Type: java.lang.String
  • Required: No
  • User Property: pluginDependencyTypes
  • Default: jar