Versions Compared

Key

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

Description of the operation here.This operation deploys an Apigee API proxy or shared flow to Apigee by using the maven apigee deploy plugin. The plugin unzips any zipped file within the artifacts folder and will search for the API proxy or shared flow folder and deploy it to Apigee. 

Environment/Instance Properties

...

The artifacts folder must contain Apigee bundle that has a maven compatible file structure. To see what a maven compatible file structure looks like you can see the readme on the maven apigee deploy github page here.Below you can see the recommended folder structure for the project if it is an API proxy. 

Code Block
titleAPI Proxy Folder Structure
      |-gateway/ ***
        |-test-app/
          |-apiproxy/
            |-proxies
            |-resources/
              |-py
            |-policies
            |-targets


Below you can see the recommended folder structure for the project if it is a shared flow. 

Code Block
titleShared Flow Folder Structure
	  |-gateway/ ***
        |-test-app/
          |-apiproxy/
            |-proxies
            |-resources/
              |-py
            |-policies
            |-targets