pom-properties:read-dependency-pom

Full name:

com.github.jpmsilva.ppmp:pom-properties-maven-plugin:0.0.2-SNAPSHOT:read-dependency-pom

Description:

Reads properties stored in dependencies and imports them into the scope of the project running this mojo.

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.

Optional Parameters

Name Type Since Description
dependencies List - The list of dependencies from which to load properties.
User property is: dependencies.

Parameter Details

dependencies:

The list of dependencies from which to load properties.
  • Type: java.util.List
  • Required: No
  • User Property: dependencies