Is that possible to change the folder that JPA Metamodel generates? By default, it puts on "target/generated-sources/annotations". For me it's strange to generate them inside "target", I would like to map it in git, target is not a folder to be commited.
And I'd like to configure to change the package too, to be in a diferente location of the original classes.