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

Compare with Current View Page History

Version 1 Current »

Please, use the "Release process" guide.

This page contains draft steps for releasing extension modules.

The release process for extension modules is subject to change in the nearest future.


Steps to upload the extension to the maven staging:

  1. Create a release branch (module-name-1.0.0)
  2. Change version in the pom.xml of the corresponding module
  3. build module - `mvn package ... `
  4. edit `module_name' variable into ${ignite_extension_source}/scripts/upload_module_to_staging.sh
  5. edit ${ignite_extension_source}/scripts/settings.xml file. Enter your apache credentials.
  6. run upload_module_to_staging.sh from `scripts` directory.
  7. Check upload results at https://repository.apache.org/#stagingRepositories
  • No labels