tutorial

Set up a Plugin Development Environment

Contents Introduction Set up your environment Import the archetype catalog Create a project using the archetype Enable annotation processing Understanding the project’s structure src/main/java src/main/resources src/test/java target/ pom.xml Where Next? Introduction This tutorial explains how to setup your environment in order to create a new plugin for PickCells and provides explanations about the diverse components of a plugin project. Before you start, please note that there exists a number of projects which are maintained independently because of the third-party libraries they depend on. »