After the serializers and tests have been generated, it is possible to copy them to the source folders of the project.
The commit command can be called like that:
mvn serializer-generator:commit
It is possible to only copy the tests or serializers by setting the parameters
to false.
If files with the same names still exist within the source folder the plugin asks whether those shall be overridden.
This is not recommended!
The diff goal should be used to explore the differences instead.