How to create supporting files such as (.json), (.ftl), (.properties) while developing a new plugin?

Confluence User - 12 Apr, 2021

I have opened the project in IDE and have extends the required class but struggling to find how to create the following files:

.json

.properties

.ftl

Can someone explain please?

newplugindevelopment;plugins

1


12 Apr, 2021
confluenceUser
confluenceUser

Hi, it depends on what IDE you are using. Since a plugin is essentially built using Java, you may want to familiarize yourself with Apache Maven to build Java projects. Did you check out the Plugin Tutorials, and more specifically the Guideline for Developing a Plugin?

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print