It is recommended that native image configuration data is written into a location that contains the group ID and artifact ID:

the recommended layout for storing native image configuration data in JAR files is the following META-INF/ └── native-image └── groupID └── artifactID └── native-image.properties

We should write the files into this location directly rather than copying/moving them after the fact.