Versions Compared

Key

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

Runs Maven operations on a Maven project folder.

...

Property Name

Property Code

Required

Description





  

Inputs

Input Name

Input Code

Required

Description

Project Location

FDMVN_PROJECT_LOCATION

No


Path to the project which contains a POM file. If a relative path is given, a path inside FD_TEMP_DIR will be assumed.

In older versions of the plugin, it had been required. Please upgrade to the latest plugin version.

Run Phases

FDMVN_RUN_PHASES

Yes

Space-delimited Maven life cycle phases to execute (e.g. clean package).
For more information, see the Lifecycle Guide.

Arguments

FDMVN_ARGS

No

Space-delimited argument list (e.g. -B -fae).

Save ArtifactsFDMVN_INP_SAVE_ARTIFACTSNo

If checked, artifacts will be saved to the Artifacts folder automatically. Otherwise, you may want to place a saveArtifacts step after this.

All files present directly in the subfolder location are copied if checked.

Artifacts SubfolderFDMVN_INP_ARTIFACTS_SUBFOLDERNo

Subfolder inside the Project Location where artifacts are generated by Maven.

Defaults to "target"

If your artifacts need to come from another location, specify it instead.

  

Outputs

Output Name

Required

Description




  

Artifacts

This operation does not consume or produce artifacts. You produces artifacts if the FDMVN_INP_ARTIFACTS_SUBFOLDER option is checked. Otherwise you may wish to use the file plugin to move the correct files to the artifacts folder in a following step later in the workflow.

  

Endpoint Selection

...