Original author: joelittl...@gmail.com (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
Original author: joelittl...@gmail.com (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