We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We current use a deprecated format for our maven plugin properties, which allows the plugin to be used from Maven 2.x. It produces a lot of warnings:
[WARNING] org.jsonschema2pojo.maven.Jsonschema2PojoMojo#customAnnotator: [WARNING] The syntax [WARNING] @parameter expression="${property}" [WARNING] is deprecated, please use [WARNING] @parameter property="property" [WARNING] instead.
We should drop Maven 2.x support in for v1.0.0.
The text was updated successfully, but these errors were encountered:
5dbb460
No branches or pull requests
We current use a deprecated format for our maven plugin properties, which allows the plugin to be used from Maven 2.x. It produces a lot of warnings:
We should drop Maven 2.x support in for v1.0.0.
The text was updated successfully, but these errors were encountered: