Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

Plugins

Michael Barth edited this page Jun 14, 2017 · 2 revisions

The BuildMonkey contains a lot of plugins grouped in 4 categories.

artifactoryupload

This category contains just one plugin. The ArtifactoryUploadPlugin is used to upload complete folder structures to an Artifactory server. There may be more upload plugins in the future if required.

repository

There are several plugins for handling repositories of any kind, currently Eclipse provision platform (P2) and Maven repository (M2 or Maven in our speech). The plugins are:

  • P2MirrorPlugin: Collects IUs (installable units, e.g. features, plugins) from several P2 repositories and creates one P2 repository with them
  • P2DeployerPlugin: Adds additional IUs into an existing P2 repository
  • MavenizerPlugin: Transforms a P2 repository into a M2 repository by adding a default group name
  • MavenArtefactsPlugin: Collects maven artefacts from several maven repositories and creates a mirror repository with this artefacts

compilation

This category contains the plugins need to build Eclipse / OSGi bundles from Eclipse projects. Currently this are:

materialisation

This incubating category contains the plugin working with or creating Eclipse RCP applications. This are: