Allows to deploy artifacts to a remote (maven-)repository (e.g. nexus)
This post step allows to deploy as many artifacts as you wish in one job, just add as many as you wish.
The POM to deploy the artifacts with, is created on the fly... Only if the version string contains the token 'SNAPSHOT', the snapshot repository will be used for deployment - otherwise a deployment of a released version will be assumed.

With the syntax ${PARAMETERNAME} you can use build parameters for each of the fields - this allows for example the dynamic allocation of the version for an artifact.