pom-editor:change-prop

Full name:

br.org.soujava:pom-editor-maven-plugin:1.0.0:change-prop

Description:

Mojo responsible for setting (potentially overwriting), or removing a property value.

Attributes:

  • Requires a Maven project to be executed.
  • The goal is not marked as thread-safe and thus does not support parallel builds.

Required Parameters

Name Type Since Description
<property> String - (no description)
User property is: property.

Optional Parameters

Name Type Since Description
<pom> String - (no description)
Default value is: pom.xml.
User property is: pom.
<value> String - (no description)
User property is: value.

Parameter Details

<pom>

(no description)
  • Type: java.lang.String
  • Required: No
  • User Property: pom
  • Default: pom.xml

<property>

(no description)
  • Type: java.lang.String
  • Required: Yes
  • User Property: property

<value>

(no description)
  • Type: java.lang.String
  • Required: No
  • User Property: value