Skip to content

Releases: ctron/asyncapi-maven

v0.0.3

18 Aug 11:24
asyncapi-0.0.3
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

New and noteworthy

  • Switched to AsyncAPI Tools 0.0.3
  • Added Eclipse M2E support – Saving the YAML will regenerate the sources on the fly
  • Basic generator extension support

Also see

Usage

<plugin>
  <groupId>de.dentrassi.maven</groupId>
  <artifactId>asyncapi</artifactId>
  <version>0.0.3</version>
  <executions>
    <execution>
      <goals>
        <goal>generate</goal>
      </goals>
    </execution>
  </executions>
</plugin>

Will process the file src/main/asyncapi.yaml.