Fork me on GitHub

liquigraph:run

Full name:

org.liquigraph:liquigraph-maven-plugin:3.1.2:run

Description:

Triggers Liquigraph execution.

Attributes:

  • Requires a Maven project to be executed.
  • Binds by default to the lifecycle phase: process-resources.

Required Parameters

Name Type Since Description
<changelog> String - Classpath location of the master changelog file
User property is: changelog.
<jdbcUri> String - Graph JDBC URI
  • jdbc:neo4j:http(s)://<host>:<port>/
  • jdbc:neo4j:bolt://<host>:<port>/

User property is: jdbcUri.

Optional Parameters

Name Type Since Description
<executionContexts> String - Comma-separated execution context list. If no context is specified, all Liquigraph changeset contexts will match. If contexts are defined, all Liquigraph changesets whose at least 1 declared context will match. Please note that Liquigraph changesets that define no context will always match.
User property is: executionContexts.
<password> String - Graph connection password.
User property is: password.
<username> String - Graph connection username.
User property is: username.

Parameter Details

<changelog>

Classpath location of the master changelog file
  • Type: java.lang.String
  • Required: Yes
  • User Property: changelog

<executionContexts>

Comma-separated execution context list. If no context is specified, all Liquigraph changeset contexts will match. If contexts are defined, all Liquigraph changesets whose at least 1 declared context will match. Please note that Liquigraph changesets that define no context will always match.
  • Type: java.lang.String
  • Required: No
  • User Property: executionContexts

<jdbcUri>

Graph JDBC URI
  • jdbc:neo4j:http(s)://<host>:<port>/
  • jdbc:neo4j:bolt://<host>:<port>/
  • Type: java.lang.String
  • Required: Yes
  • User Property: jdbcUri

<password>

Graph connection password.
  • Type: java.lang.String
  • Required: No
  • User Property: password

<username>

Graph connection username.
  • Type: java.lang.String
  • Required: No
  • User Property: username