Fork me on GitHub

attester:node

Full name:

com.ariatemplates.attester:attester-maven-plugin:2.6.2:node

Description:

Runs a node.js command. An error is raised if the exit code is different from 0.

Attributes:

  • Requires a Maven 2.0 project to be executed.

Optional Parameters

Name Type Since Description
arguments List - Arguments to pass to the node.js process.
nodejsPath File - Path to the node.js executable. If not defined, node.js is used from the the following maven artifact: org.nodejs:node:0.10.32:exe:win32

systemNodejs boolean - Whether to use the node.js executable from the PATH instead of the one from the maven repository in case the nodejsPath parameter is not defined. On non-Windows operating systems, as there is no executable in the maven repository, this parameter is considered as true.

Parameter Details

arguments:

Arguments to pass to the node.js process.
  • Type: java.util.List
  • Required: No

nodejsPath:

Path to the node.js executable. If not defined, node.js is used from the the following maven artifact: org.nodejs:node:0.10.32:exe:win32
  • Type: java.io.File
  • Required: No
  • Expression: ${org.nodejs.node.path}

systemNodejs:

Whether to use the node.js executable from the PATH instead of the one from the maven repository in case the nodejsPath parameter is not defined. On non-Windows operating systems, as there is no executable in the maven repository, this parameter is considered as true.
  • Type: boolean
  • Required: No