artifact-property:artifactproperty

Full name:

com.idfconnect.devtools:artifact-property-plugin:1.0:artifactproperty

Description:

A Maven 3.1 plug-in for generating properties based on artifact dependencies. For every resolved compile+runtime dependency, the plug-in will set the following properties:
  • artifact.<groupId>.<artifactId>[.<classifier>].<type>.<version> - the version of the artifact
  • artifact.<groupId>.<artifactId>[.<classifier>].<type>.<filename> - the file name of the artifact


These properties are then available for use in other plugins

Attributes:

  • Requires a Maven project to be executed.
  • Requires dependency resolution of artifacts in scope: compile+runtime.
  • Binds by default to the lifecycle phase: initialize.

Parameters

(no parameters)