mulesoft-labs / mule-gradle-plugin

Plugin for building mule apps with the gradle build system.
Apache License 2.0
24 stars 14 forks source link

Introduce a general 'deploy' task #67

Closed juancavallotti closed 9 years ago

juancavallotti commented 9 years ago

Mule Plugin should contain a deploy task, this task will be in charge of triggering all deployment tasks that are configured within the project.

This task will serve the following purposes:

In order to perform this, the local deployment must not fail when no no configuration is found. But should when configuration is found but is invalid.

The following tasks names must change to avoid clashes and to add consistency.

If deployment to a specific platform is required, then the user will need to call the specific deployment task.

juancavallotti commented 9 years ago

This issue still cannot be closed until integration testing is performed.

juancavallotti commented 9 years ago

Testing of the feature completed.