You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From [email protected] on June 07, 2011 21:59:39
Artifacts associated with project dependencies are now added to the classloader that is passed on to the POJO generation stage.
Original author: [email protected] (June 04, 2011 20:58:50)
When invoking jsonschema2pojo via the Maven plugin, the project classpath isn't inherited during the plugin execution.
This means that reusing existing types (as described at http://code.google.com/p/jsonschema2pojo/wiki/Reference#javaType) is difficult because the project dependencies are not visible when the plugin is executed so new types are created.
Original issue: http://code.google.com/p/jsonschema2pojo/issues/detail?id=24
The text was updated successfully, but these errors were encountered: