Skip to content

Commit

Permalink
Leave out mindmap resources
Browse files Browse the repository at this point in the history
Signed-off-by: Sjoerd Talsma <sjoerdtalsma@users.noreply.github.com>
  • Loading branch information
sjoerdtalsma committed Oct 24, 2024
1 parent c305291 commit d821b1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
<exclude>**/plantuml/bpm/**.*</exclude>
<exclude>**/plantuml/dedication/**.*</exclude>
<exclude>**/plantuml/directdot/**.*</exclude>
<exclude>**/plantuml/mindmap/**.*</exclude>
<exclude>**/plantuml/nwdiag/**.*</exclude>
<exclude>**/plantuml/openiconic/**.*</exclude>
<exclude>**/plantuml/salt/**.*</exclude>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/sourceforge/plantuml/PSystemBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ final public Diagram createPSystem(List<StringLocated> source, List<StringLocate
// factories.add(new PSystemDotFactory(DiagramType.UML));
// factories.add(new NwDiagramFactory(DiagramType.UML));
// factories.add(new NwDiagramFactory(DiagramType.NW));
factories.add(new MindMapDiagramFactory());
// factories.add(new MindMapDiagramFactory());
factories.add(new WBSDiagramFactory());

// ::uncomment when __CORE__
Expand Down

0 comments on commit d821b1d

Please sign in to comment.