flex2:copy-flex-applications

Goal that copies the project dependencies from the repository to a defined location.

Mojo Attributes :

  • Requires a Maven 2.0 project to execute.
  • Requires dependency resolution of artifacts in scope: test
  • Automatically executes within the lifecycle phase: process-resources

Required Parameters

Name Type Description
modules List The modules which will be copied from dependencies

Parameter Details

modules

The modules which will be copied from dependencies

  • Type : java.util.List
  • Required : Yes