Versions Compared

Key

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

...

If you create a property collector for this action, make sure you select the Path Finder PlugIn type and give it a name that will match the pattern above in blue. 

For more in-depth explanations on property collectors see Managing Property Collectors.

Alternatively, you can select the Custom option from the Using drop down list and specify a path in the resulting input field that will be displayed. Please read Why it's a good idea to use a property collector before using this option.



...


Build Strategy ID

The id of the build strategy to use. --builder.

...

Comma-delimited list of specific reactor projects to build instead of all projects. A project can be specified by [groupId]:artifactId or by its relative path. --projects 


Resume From

Specif a project name to resume a build from a particular project. --resume-from 


Global Settings Path

An alternate path for the global setting file. --global-settings

...

An alternate path for the user toolchains file. --toolchains 


 


Log Level

Logging verbosity level (Quiet, Errors, Normal, Debug).

...

As described. --fail-fast 


 


Use Maven 2 Legacy Local Repository behaviour. i.e. no use of _remote.repositories

...

Skip child projects. --non-recursive 


Work offline
 

Build the project in offline mode using local files without connecting to remote repositories for updates. --offline

...

Choose "No Checksums" to default to ignoring checksum mismatches. 


Thread Count

Number of threads Maven should use for parallel builds. Specify the exact number of threads e.g. 4, or a core multiplier e.g. 2C or 1.5C for 2 threads per core or 1.5 threads per core. --threads 


Timeout (in seconds)

Number of seconds Continua CI should wait before timing out the Maven action and aborting the command line. 


System Properties

Use this field to define the values of properties to be used in a Maven POM or Plugin. Specify each property as a name and value pair - one per line. --define 


 


Environment Variables

Use this field to define the values of environment variables to set before running the Maven command line. Specify each variable as a name and value pair - one per line.