Build

To build a plugin:

  • Verify that you have a PluginConfig class and that the @PluginConfiguration annotation contains a valid version attribute value (for example, "1.0.0").

  • Switch to the plugin directory and run the following command:

    mvn install

This will generate a plugin jar file in the target directory of your project. This jar file can be installed as a plugin in ReadyAPI.

Publication date: