Posts

Showing posts with the label Confluence

Create Space Blueprint

Create confluence custom space blueprint Please follow below mentioned steps to create your own custom space blueprint: Step 1: First you need to install Atlassian SDK for create your own plugin structure, compile your source code & make jar file Step 2: After install sdk tool you need to run “atlas-create-confluence-plugin” this cmd from your command prompt. Then you need to provide some information like that:   group-id com.test.confluence.plugin artifact-id test-confluence version 1.0 package com.test.confluence.plugin   You can change group id & artifact id as per your requirement. After entering those values it will create new folder name “test-confluence” in your system. Then navigate to this folder and delete some content.   a.       Remove all content from /src/test/java b.       Remove all data from src/test/r...