I want to add CI build number in my Maven created jar file. now my JAR file name is " XXX_5.0.0.jar" , but I want to create " XXX_5.0.0-100.jar" .
100 is the Build number from CI pipeline.
I want to add CI build number in my Maven created jar file. now my JAR file name is " XXX_5.0.0.jar" , but I want to create " XXX_5.0.0-100.jar" .
100 is the Build number from CI pipeline.