- Create a new IntelliJ Platform Plugin Template project.
- Get familiar with the template documentation.
- Verify the pluginGroup, plugin ID and sources package.
- Review the Legal Agreements.
- Publish a plugin manually for the first time.
- Set the Plugin ID in the above README badges.
- Set the Deployment Token.
- Click the Watch button on the top of the IntelliJ Platform Plugin Template to be notified about releases containing new features and fixes.
This plugin is an assistant for the official Maven Templating Plugin.
Without using the Maven Templating assistant, you have to create your own java-templates
folders and mark it as Sources Root or Test Sources Root.
Unfortunately, IntelliJ often loses those settings, especially when you re-import the Maven project. For large projects, manually reconfiguring folders is tedious and time-consuming.
The Maven Templating assistant does all this for you:
- Manages template folders when adding/removing/moving/renaming.
- Automatically scans the project on project opening.
- Automatically scans the project on Maven project (re)import.
- Allows you to enforce a project scan via the Project View Context menu or Tools menu.
The default java-templates
folder name can be customized on the settings page under the Build Tools section.
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "maven-templating-for-intellij" > Install Plugin
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.