phoenixnap / springmvc-raml-plugin

Spring MVC - RAML Spec Synchroniser Plugin. A Maven plugin designed to Generate Server & Client code in Spring from a RAML API descriptor and conversely, a RAML API document from the SpringMVC Server implementation.
Apache License 2.0
136 stars 84 forks source link

IntelliJ plugin configuration hints in pom.xml with version 0.8.7 #304

Open patric-dosch-vi opened 5 years ago

patric-dosch-vi commented 5 years ago

Hello, when updating from a customized 0.8.0 version to 0.8.9 my IntelliJ tells me in the plugin configuration in the pom.xml that there are missing configurations. When I update version-wise, the hint comes with the 0.8.7.

config-notes-with-version-0 8 7

Unfortunately I can't find any information about this and in the readme these values are also not noted. Am I missing something?

Currently the build runs without problems, but the messages make me insecure and it would be cool if I understood how to fix them.

Best, Patric