When packaging a project into JAR, Is it possible to run a custom function during buildtime?
I’m trying to make a maven project and package into JAR file. I need to create a XML file (custom implemented) when I build the project.
I’m trying to make a maven project and package into JAR file. I need to create a XML file (custom implemented) when I build the project.