https://github.com/baloise/dashboard-plus
A traffic light macro for Atlassian Confluence
https://github.com/baloise/dashboard-plus
atlassian-confluence
Last synced: 9 months ago
JSON representation
A traffic light macro for Atlassian Confluence
- Host: GitHub
- URL: https://github.com/baloise/dashboard-plus
- Owner: baloise
- License: gpl-2.0
- Created: 2014-08-15T07:56:37.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T14:01:33.000Z (almost 2 years ago)
- Last Synced: 2025-05-07T06:37:29.914Z (about 1 year ago)
- Topics: atlassian-confluence
- Language: Java
- Homepage: https://marketplace.atlassian.com/plugins/com.baloise.confluence.dashboard-plus/server/overview
- Size: 297 KB
- Stars: 5
- Watchers: 31
- Forks: 7
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: docs/CODEOWNERS
Awesome Lists containing this project
README
# dashboard-plus
A traffic light macro for Atlassian Confluence
Install via [marketplace.atlassian.com](https://marketplace.atlassian.com/plugins/com.baloise.confluence.dashboard-plus)
[](https://travis-ci.org/baloise/dashboard-plus)
## Setting up a workspace
1. Clone repository to local disc
1. Make sure you have Java and maven installed / available on your machine
1. When using Eclipse generate project setup e.g. via `mvn org.apache.maven.plugins:maven-eclipse-plugin:2.8:eclipse -DdownloadSources=true`
1. Check local compilability via `mvn clean verify`
1. Launch IDE and start coding
1. For IDE testing and runtime installation make sure to also install the [Atlassian SDK](https://developer.atlassian.com/server/framework/atlassian-sdk/set-up-the-atlassian-plugin-sdk-and-build-a-project/)