The ZenUML plugin for Confluence Server
Clone this repository.
Install Atlassian SDK: https://developer.atlassian.com/server/framework/atlassian-sdk/install-the-atlassian-sdk-on-a-linux-or-mac-system/
Run $ atlas-run
from the root folder
- Start local confluence-server
docker-compose up confluence
- Open
http://localhost:8090/
- Create an account and keep your password.
- Keep the account and password locally.
- Remove .data folder if you want to reset the entire server.
-
package :
atlas-mvn package
-
locate package :
target/sequence-version-SNAPSHOT.jar
or
target/sequence-version-SNAPSHOT.obr
- navigate to market place > manage apps > upload app
- navigate to mange apps->find new apps->search ZenUML->install
- create new tag on master branch:
git tag -a release-*** -m "message"
(name can be changed to fit release process). - push tag to remote.
git push origin tag-name
- travis ci runs release job for the git tag.
- artifacts are released in github releases.