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
Original author: [email protected] (June 12, 2011 15:35:52)
Problem:
It you omit the targetPackage parameter for the maven plugin you will receive a NullPointerException when running the generate build.
Affected version(s):
0.1.9.
Workaround:
Include the target package parameter in your plugin configuration like:
<targetPackage>com.example</targetPackage>
Original issue: http://code.google.com/p/jsonschema2pojo/issues/detail?id=30
The text was updated successfully, but these errors were encountered:
From [email protected] on June 12, 2011 19:54:46 Fixed in r46976b811ae5.
Sorry, something went wrong.
No branches or pull requests
Original author: [email protected] (June 12, 2011 15:35:52)
Problem:
It you omit the targetPackage parameter for the maven plugin you will receive a NullPointerException when running the generate build.
Affected version(s):
0.1.9.
Workaround:
Include the target package parameter in your plugin configuration like:
<targetPackage>com.example</targetPackage>
Original issue: http://code.google.com/p/jsonschema2pojo/issues/detail?id=30
The text was updated successfully, but these errors were encountered: