Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 718 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 718 Bytes

PlantUML Plugin for JSPWiki

for JSPWiki v2.10.1+
PlantUml v1.2023.1

Usage

usage

Installation

  1. download the jar into ${JSPWIKI_HOME}/WEB-INF/lib/
wget "https://github.com/pmamico/jspwiki-plantuml/blob/master/bin/PlantUmlPlugin-1.2.jar?raw=true" -O plantuml-plugin.jar
  1. edit the comma-delimited jspwiki.plugin.searchPath in ${JSPWIKI_HOME}/WEB-INF/jspwiki-custom.properties to include the package designation of the plugin
jspwiki.plugin.searchPath = hu.pmamico.jspwiki.plugin
  1. restart JSPWiki (or restart Tomcat)

Build

mvn clean compile assembly:single antrun:run