platform
platform copied to clipboard
Adding @since tag to new APIs automatically
Describe your motivation
issue has been described here, https://vaadin.slack.com/archives/CACKS4075/p1673611893398779
it would be better to fully automate this process.
concerns:
- this should be done on all projects
- this should run at least before final release of each product
We can try this and analyse .diff or .xml files
mvn -q -B -e -V -pl=flow-server,flow-data,flow-html-components -am com.github.siom79.japicmp:japicmp-maven-plugin:cmp verify -DskipTests
another way:
if we can make the maven-javadoc-plugin:fix https://maven.apache.org/plugins/maven-javadoc-plugin/fix-mojo.html work for us..
that would be simpler..