Eclipse Plugin
Executing
Generates eclipse .project and .classpath files for EOA extension projects. The project is assumed to have a specific directory structure. See the following how to guide for instructions on how to set up a project.
Executing
The plugin is executed from the command line. First 'register' the EOA plugin prefix by adding the following snippet to the 'conf/settings.xml' file located within your maven installation.
<pluginGroups> <pluginGroup>org.bluestemsoftware.open.maven.plugin</pluginGroup> </pluginGroups>
Then cd to the root of the project tree and issue the following command 'mvn eoa:eclipse'. The eclipse ide metadata files will be generated within each project directory of type 'jar', 'war', 'eoa-extension', 'eoa-feature', 'eoa-component' and 'maven-plugin'. Note that the types 'jar', 'war', and 'maven-plugin' are processed by the maven eclipse plugin, however, as of version 2.5.1, the maven eclipse plugin does not exclude .svn dirs from source classpath entries.