expanders:tag-resolution

Full name:

net.democritus.maven.plugins:expanders-maven-plugin:2026.2.0:tag-resolution

Description:

Evaluate a tag on an element within the current project

Attributes:

  • The goal is not marked as thread-safe and thus does not support parallel builds.
  • Since version: 2026.2.0.

Required Parameters

Name Type Since Description
<tag> String 2026.2.0 The tag to perform a query with.
User Property: tag

Optional Parameters

Name Type Since Description
<elementType> String 2026.2.0 The type of elements which may be considered for evaluating the query.

Wildcards `*` can be used to do partial matching. Multiple elementTypes can be selected in a `,`-separated list.
User Property: elementType
<expansionSettings> File 2026.2.0 Path to an expansionSettings file.

If no input option is defined (i.e. artifact, traceZip, or expansionSettings), the default conf location is used.


Default: ${project.basedir}/conf/expansionSettings.xml
User Property: expansionSettings
<targetElement> String 2026.2.0 The identity of the element on which to evaluate the query. May return more than one element.

Wildcards `*` can be used to do partial matching. Multiple targets can be selected in a `,`-separated list.
User Property: targetElement

Parameter Details

<elementType>

The type of elements which may be considered for evaluating the query.

Wildcards `*` can be used to do partial matching. Multiple elementTypes can be selected in a `,`-separated list.
  • Type: java.lang.String
  • Since: 2026.2.0
  • Required: No
  • User Property: elementType

<expansionSettings>

Path to an expansionSettings file.

If no input option is defined (i.e. artifact, traceZip, or expansionSettings), the default conf location is used.

  • Type: java.io.File
  • Since: 2026.2.0
  • Required: No
  • User Property: expansionSettings
  • Default: ${project.basedir}/conf/expansionSettings.xml

<tag>

The tag to perform a query with.
  • Type: java.lang.String
  • Since: 2026.2.0
  • Required: Yes
  • User Property: tag

<targetElement>

The identity of the element on which to evaluate the query. May return more than one element.

Wildcards `*` can be used to do partial matching. Multiple targets can be selected in a `,`-separated list.
  • Type: java.lang.String
  • Since: 2026.2.0
  • Required: No
  • User Property: targetElement