Skip to content

jqassistant-plugin/jqassistant-asyncapi-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQAssistant AsyncAPI Plugin

This is the AsyncAPI Plugin for jQAssistant. It provides a scanner for AsyncAPI Contract files.

For more information on jQAssistant see https://jqassistant.org.

Usage

Note
As this plugin is currently being developed there is no public release available yet. Please clone this repository and build it locally using "mvn install".

To be able to use the plug-in, it must be specified as a plug-in to jQAssistant. Additionally, it must be configured as a scan-include where jQAssistant can find the AsyncAPI-contracts.

.jqassistant.yml
jqassistant:
  plugins:
    - group-id: org.jqassistant.plugin (1)
      artifact-id: jqassistant-asyncapi-plugin
      version: 1.0.0-SNAPSHOT
  scan:
    include:
      files:
        - asyncapi:contract::${project.basedir}/path/to/api.yml (2)
  1. Dependency to the AsyncAPI plugin

  2. Scan include of the AsyncAPI contract

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages