Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property Name

Property Code

Required

Description

Added in version

Maven Home

FDMVN_MAVEN_HOME

No

If it is desired to use an external Maven, fill in the Maven Home here. Otherwise, the internal Maven 3.05 will be used.

The folder should have a bin folder inside it with the maven executable (mvn or mvn.cmd)

4.0.3.37
Maven Environment ScriptFDMVN_MAVEN_ENV_SCRIPTNo

If necessary, provide a script to source variables for use by the operation.

This script can refer to other scripts, or be the scripts itself.

(e.g. . /home/oracle/.bash_profile)

or

(e.g. MAVEN_HOME=/opt/apache/maven/3.3.3;M2_HOME=/opt/apache/maven/home)

4.0.3.37

Project Properties

Property Name

Property Code

Required

Description

FDMULE_APP_NAMEMule HomeFDMULE_HOMEIf it is not a Maven Project.Path to the Mule Standalone Install

Inputs

Input Name

Input Code

Required

Description

Mule Project PathFDMULE_PROJECT_PATHNoThis is the folder that typically is named for your application and contains your [src] folder. Relative paths are sourced from the FD_TEMP_DIR.
http.portFDMULE_HTTP_PORTNo

HTTP port to use when running Maven tests. This should be a different number than the one that is usually used to run the application on the server. This only works if
${http.port} is used in your HTTP Connector.

...