Maven plugin for building Eclipse plugins Settings

PropertyOptional?Description
maven.eclipseplugin.dist.withSourcesYes

Build the Eclipse plugin with sources. Default value is true.

maven.eclipseplugin.dist.dirYes

Default value is ${maven.build.dir}/distributions.

maven.eclipseplugin.dist.bin.dirYes

Default value is ${maven.eclipseplugin.dist.dir}/eclipse.

maven.eclipseplugin.dist.versionYes

The Eclipse plugin version. Default value is ${pom.currentVersion}.

maven.eclipseplugin.dist.titleYes

The Eclipse plugin distribution title which is used for the folder or ZIP file. Default value is ${maven.final.name}.

maven.eclipseplugin.dist.deploy.dirNo

The full absolute path to the Eclipse installation directory (root directory of 'eclipse' folder).