Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

The FlexDeploy Apigee plugin allows the user to deploy Apigee API proxies and shared flows to Apigee using the maven-apigee deploy plugin. The Apigee plugin also automatically generates the pom.xml and parentpom.xml files. 

Supported Versions

  • Tested on Apigee version 19.01.14

Key Features

  • Easily configured.
  • Automatic pom.xml generation

FlexDeploy Project Recommendations

Apigee ComponentFlexDeploy Project NamePurpose
API Proxy API Proxy Name

Manage single API proxy per FlexDeploy project. FlexDeploy project name should match proxy name for consistency.

Use SCM for source code for API Proxy. The artifacts within the FlexDeploy project can be zipped or an expanded folder.

Shared FlowShared Flow Name

Manage single Shared flow per FlexDeploy project. FlexDeploy project name should match Shared flow name for consistency.

Use SCM for source code for Shared flow. The artifacts within the FlexDeploy project can be zipped or an expanded folder.

Plugin Operations

Example Workflows

Simply create workflow with name and type shown below, click Save, go to Definition, click Source button, then download source code replace entire contents on Source popup.

Workflow NameWorkflow TypeSource CodeDescription
Extract and Save ArtifactsBuildExtract and Save Artifacts.xmlExtract files from supported SCM and save as artifacts for use during deploy.
ApigeeDeployDeployApigeeDeploy.xmlDeploy build artifact files to Apigee.
  • No labels