eclipse:install-plugins
Full name:
io.wcm.devops.maven.plugins:eclipse-maven-plugin:3.2.1-SNAPSHOT: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. - The goal is not marked as thread-safe and thus does not support parallel builds.
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<eclipseDir> |
File |
- |
This is the installed base directory of the Eclipse instance you want to modify. User Property: eclipseDir |
<overwrite> |
boolean |
- |
Determines whether this mojo leaves existing installed plugins as-is, or overwrites them. Default: falseUser Property: overwrite |
<pluginDependencyTypes> |
String |
- |
Comma-delimited list of dependency <type/> values which will be installed in the eclipse instance's plugins directory. Default: jarUser Property: 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
