Goals available:
Goal | Description |
---|---|
eclipse:add-maven-repo | Adds the classpath variable MAVEN_REPO to Eclipse. |
eclipse:clean | Deletes the .project, .classpath, .wtpmodules files and .settings folder used by Eclipse. |
eclipse:eclipse | Generates the following eclipse configuration files:
useProjectReferences is set to false ). |
eclipse:to-maven | Add eclipse artifacts from an eclipse installation to the local repo. This mojo automatically analize the eclipse directory, copy plugins jars to the local maven repo, and generates appropriate poms. This is the official central repository builder for Eclipse plugins, so it has the necessary default values. For customized repositories see {@link MakeArtifactsMojo} |
eclipse:install-plugins | Install plugins resolved from the Maven repository system into an Eclipse instance. |
eclipse:m2eclipse | No description |
eclipse:make-artifacts | Add eclipse artifacts from an eclipse installation to the local repo. This mojo automatically analize the eclipse
directory, copy plugins jars to the local maven repo, and generates appropriate poms.
Use eclipse:to-maven for the latest naming conventions in place,
groupId .artifactId . |
eclipse:rad-clean | Deletes the config files used by Rad-6. the files .j2ee and the file .websettings |
eclipse:rad | Generates the rad-6 configuration files. |