# gae-stub **Repository Path**: mirrors_jgraph/gae-stub ## Basic Information - **Project Name**: gae-stub - **Description**: Stub library for Google App Engine calls used in draw.io - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: review - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-11-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README https://packagecloud.io/jgraph/drawio# gae-stub Stub library for Google App Engine calls used in draw.io Maven hosted version at https://packagecloud.io/jgraph/drawio Before building ensure PACKAGECLOUD_TOKEN is defined in your environment, e.g. export PACKAGECLOUD_TOKEN=xxxxxxxxxxxxxxxxx in .bash_profile. In ~/.m2/settings.xml either add or append ```xml packagecloud-jgraph ${env.PACKAGECLOUD_TOKEN} ``` Build the package using: `mvn package` Deploy to Packagecloud using: `mvn deploy` Note : You must manually change the version in the POM and tag the git repo when performing a release.