I see release 2.0.0 of raml-for-jaxrs in the Github repository (https://github.com/mulesoft-labs/raml-for-jax-rs/releases). Will that release be published to maven.org? If so, when?
Also, I am using this plugin in my project, from maven.org:
GroupId: org.raml.plugins
Artifact ID: jaxrs-raml-maven-plugin
Version: 1.3.4
but in the various example pom.xml files in the Github repository, I see this plugin:
GroupId: org.raml
Artifact ID: jaxrs-to-raml-maven-plugin
As nearly as I can tell, that second plugin does not exist on maven.org. Am I using the right plugin?
Thanks.