Skip to content

pmamico/jspwiki-plantuml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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