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

omitting targetPackage causes NullPointerException in maven plugin #30

Closed
joelittlejohn opened this issue Jun 23, 2013 · 1 comment
Closed

Comments

@joelittlejohn
Copy link
Owner

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

@joelittlejohn
Copy link
Owner Author

From [email protected] on June 12, 2011 19:54:46
Fixed in r46976b811ae5.

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

No branches or pull requests

1 participant