Eclipse Properties Vincent Massol dIon Gillard
PropertyOptional?Description
maven.eclipse.workspace Yes Location of the Eclipse workspace that holds your configuration and source.

On Windows, this will be the workspace directory under your eclipse installation. For example, if you installed eclipse into c:\eclipse, the workspace is c:\eclipse\workspace.

If this parameter is specified, the external-tools goal will use it as the destination to copy the generated file.

Note that you will need to defined a MAVEN_REPO Java Classpath variable in Eclipse. This is done by selecting the Window menu, then Preferences. In the dialog box, select the Java node and then Classpath Variables. Create a new variable named MAVEN_REPO that points to your local Maven repository.