Skip to content
New issue

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

Drop support for Maven 2.x #872

Closed
joelittlejohn opened this issue Jun 5, 2018 · 0 comments
Closed

Drop support for Maven 2.x #872

joelittlejohn opened this issue Jun 5, 2018 · 0 comments
Labels
Milestone

Comments

@joelittlejohn
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant