Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 963 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 963 Bytes

jQAssistant Plaintext Plugin

This is a plugin for jQAssistant that scans arbitrary plaintext files. This is the continuation of the project previously maintained at github.com/kontext-e/jqassistant-plugins.

This plugin adds a node for every line of a file with its content as an attribute. The file has a "HAS_LINE" relation to each of its line-nodes.

How to install

jQAssistant 1.12+

Use the jqassistant.yaml as described here and add the following 3 lines in the plugins section:

    - group-id: de.kontext-e.jqassistant.plugin
      artifact-id: jqassistant.plugin.plaintext
      version: 2.1.0

Prior to jQAssistant 1.12

Download the desired version from maven (e.g. here) and put the jar in the jqassistant plugins directory.