Local File plugin

The Local File plugin is a project plugin that is used to integrate the framework with a flat filesystem for simple storage of a projects built artifacts.

This is the location from which all project artifacts are deployed to target systems. It may be shared with other projects.

About deployable packages

RapidDeploy stores all of its deployable artifacts as versioned packages in jar, tar or zip format. Depending on the project configuration, each package will contain:

  1. Code only package
    1. All of the built code (for example ear, war, jar files)
    2. Properties files to update the built artifacts with environment specific values
    3. The configuration, for each defined target environment, to build from scratch or update this applications dependent container resources such as Database or JMS Providers
  2. Code and configuration package
    1. All of the built code (for example ear, war, jar files)
    2. Properties files to update the built artifacts with environment specific values
    3. The configuration, for each defined target environment, to build from scratch or update the environment (for example create or update a WebSphere cluster and dependent container resources such as Database or JMS Providers).
  3. Configuration only package (configuration only projects)
    1. The configuration, for each defined target environment, to build from scratch or update the environment (for example create or update a WebSphere cluster and any shared resources such as Database or JMS providers).

    The name of the package is usually derived from the label or baseline created in the SCM repository during the build or continuous integration process used to build the deployable code and/or configuration.

Attributes and parameters

List and description of all user interface plugin parameters.\