pom-editor:add-dep

Full name:

br.org.soujava:pom-editor-maven-plugin:1.0.0:add-dep

Description:

Mojo responsible to add a given dependency to a target POM if such dependency is not declared or the given dependency's version is greater than the existent at target POM

Attributes:

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

Optional Parameters

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

Parameter Details

<classifier>

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

<gav>

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

<pom>

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

<scope>

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

<type>

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