Re: [m2e-users] Having trouble adding lifecycle mapping for jsonschema2pojo

2021-03-23 Thread Francois Marot
with ALT+F5 on the project, you can select "update project configuration from pom.xml", I magine you have to manually do this when plugins config is modified. Regards, François Le mar. 23 mars 2021 à 17:20, David Karr a écrit : > Thanks for replying, Lars. We already had the property specifie

Re: [m2e-users] Having trouble adding lifecycle mapping for jsonschema2pojo

2021-03-23 Thread David Karr
Thanks for replying, Lars. We already had the property specified that way. >From more experiments, it appears that this source generation will be done automatically when the project is first imported, or when the schema is modified, but if the project had already existed, and then the jsonschema2

Re: [m2e-users] Having trouble adding lifecycle mapping for jsonschema2pojo

2021-03-22 Thread Lars Knickrehm
Dear David, as far as I can see, the jsonschema2pojo Maven Plugin should be executed even without additional lifecycle mapping. But I featured out, that it requires absolute paths in its configurations: While src/main/jsonschema does not work for me, ${project.basedir}/src/main/jsonschema

[m2e-users] Having trouble adding lifecycle mapping for jsonschema2pojo

2021-03-19 Thread David Karr
I work on a project that has started to use the jsonschema2pojo maven plugin. I'm finding that Eclipse isn't generating the source automatically, so I assume this requires a lifecycle mapping entry. In the "Lifecycle Mappings" preferences, I clicked "Open" to edit the file. There were already two