Skip to content

Checklist for plugin publication

Slava Christin edited this page Apr 22, 2014 · 4 revisions
  1. help text - within browser - per tool
    1. Describe parameters
  2. description - on the size
  3. Add installation instructions
  4. Add screenshots
    1. Screenshots are described in file src\main\resources\META-INF\screenshots.txt
    2. Every line in screenshot.txt should be in format [filename]=[description]
    3. Screenshots should be placed into folder src\main\resources\META-INF
    4. Best size for screenshots is 600x372 px
  5. Describe the plugin in pom.xml
    1. Describe tags; use comma as separator (XPath - project.build.plugins.plugin.configuration.instructions.Tags)
    2. Add author (XPath - project.build.plugins.plugin.configuration.instructions.Author)
  6. Release notes (what's new) into src\main\resources\META-INF\release-notes.html

Clone this wiki locally