Development

sfPackageMakerPlugin

You must first sign up to be able to contribute.

THIS PLUGIN IS DEPRECATED, PLEASE USE sfPluginManagerPlugin NOW AS IT HAS ALL THE FUNCTIONALITY NEEDED FOR MANAGING YOUR PLUGINS

NOTE: This wiki page is to replace the original sfPluginPackageMaker page so that it is possible to host this plugin on plugins.symfony-project.com and install this plugin from the command line using "symfony plugin-install http://plugins.symfony-project.com/sfPackageMakerPlugin".


Say you want to package a plugin named "sfMyFancyPlugin".

  1. Move the package.xml file that is possibly in your plugin directory
  2. Put the skeleton file in the plugins directory of your project and rename it "package-sfMyFancyPlugin.xml".
  3. Edit the fields that are not marked as automatic.
  4. From the project root issue "symfony plugin-build-package sfMyFancyPlugin". This command overwrites any package.xml that would happen to be in the sfMyFancyPlugin folder.

Attachments