Plugin Documentation
Goals available for this plugin:
Goal | Description |
---|---|
eclipse:clean | Deletes the .project, .classpath, .wtpmodules files and .settings folder used by Eclipse. |
eclipse:configure-workspace | Configures The following Eclipse Workspace features:
|
eclipse:eclipse | Generates the following eclipse configuration files:
useProjectReferences is set to false ). |
eclipse:help | Display help information on eclipse-maven-plugin. Call mvn eclipse:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
eclipse:install-plugins | Install plugins resolved from the Maven repository system into an Eclipse instance. |
eclipse:myeclipse | Generates MyEclipse configuration files |
eclipse:myeclipse-clean | Deletes configuration files used by MyEclipse |
eclipse:rad | Generates the rad-6 configuration files. |
eclipse:rad-clean | Deletes the config files used by Rad-6. the files .j2ee and the file .websettings |
eclipse:remove-cache | Removes the not-available marker files from the repository. |
eclipse:resolve-workspace-dependencies | For all projects currently part of the workspace, all references to the M2_REPO classpath variable are resolved.
Note: not the projects of the reactor are inspected for unresolved artifacts, but the projects that are part of the workspace. |
eclipse:to-maven |
Add Eclipse artifacts from an Eclipse installation or a local P2 repo to the local Maven repo. This mojo automatically analyzes the local P2 repo, copies jars from the plugins directory to the local maven repo, and generates appropriate poms. Typical usage for a local Eclipse installation:
Or to download and convert a P2 repository:
Note: The size of such an update site (P2 repository) is 3 to 4 GB and the download can take several hours. |
System Requirements
The following specifies the minimum requirements to run this Maven plugin:
Maven | 2.2.1 |
JDK | 11 |
Memory | No minimum requirement. |
Disk Space | No minimum requirement. |
Usage
You should specify the version in your project's plugin configuration: