Template repository to be used for creating new jQAssistant plugins.
- place a
pom.xml
in the root directory that manages the build of the Maven Java artifact - if there are only java sources place them
src/main/java
andsrc/test/java
respectively - if there are multiple tools (e.g. for language-native scanners) the sources may be placed in separate subdirectories
- e.g.
java
andtypescript
for the Java artifact and a language-native TypeScript scanner
- e.g.
- use Obsdian.md to open the
docs
directory as a new vault- alternatively you can directly edit the Markdown files with any IDE/text editor
- the
index.md
file contains further instructions and hints
- update the content and links in the
docs/.quartz-config/jqa.quartz.config.json
to match the new plugin info
The following is a template for the plugin README:
This is the Example Plugin of jQAssistant. It provides ...
For more info, refer to the Documentation
...
...