Fork me on GitHub

Maven Jenkins Plugin

This Maven 3 plugin provides various goals for developing Jenkins plugins.

Common Goals Overview

  • hpi:hpi Builds the .hpi file
  • hpi:hpl Generates the .hpl file
  • hpi:run Runs Jenkins with the current plugin project

    For a list of all goals see the full plugin documentation.

    For more information about how to develop Jenkins plugins, refer to the docs site.