For the first part : I want to generate multiple war files when I build a maven project. The second part : I want to rename those files dynamically.
For example : the file that is generated now is called test.war . If I want to generate this file multiple times on a single build I would want the files to be name like this : test_1.war, test_2.war , test_3.war...
Do you guys have any Idea how can this be achieved ? I can also create a .bat file that would do those things but I am not quite sure how :)
Thank you