dependencypath:set

Full name:

org.bitstrings.maven.plugins:dependencypath-maven-plugin:1.1.1:set

Description:

Sets a property pointing to the artifact file for each selected project dependency. Each property name will have a base name in form of groupId:artifactId:type:[classifier][.relative][.suffix].

Attributes:

  • Requires a Maven project to be executed.
  • Requires dependency resolution of artifacts in scope: test.
  • The goal is thread-safe and supports parallel builds.
  • Binds by default to the lifecycle phase: initialize.

Optional Parameters

Name Type Since Description
defaultPropertySet PropertySet 1.0.0 The default property set. See PropertySet Reference.
propertySets PropertySet[] 1.0.0 The property sets. See PropertySet Reference.

Parameter Details

defaultPropertySet:

The default property set. See PropertySet Reference.
  • Type: org.bitstrings.maven.plugins.dependencypath.PropertySet
  • Since: 1.0.0
  • Required: No

propertySets:

The property sets. See PropertySet Reference.
  • Type: org.bitstrings.maven.plugins.dependencypath.PropertySet[]
  • Since: 1.0.0
  • Required: No