How to generate maven artifact with jenkins build number

Viewed 3001

I'm trying associate maven artifacts name with build number. ex: sample.1.0.0-snapshot.ear into sample.1.0.0-snapshot.buildnumber.ear

I have tried maven-buildnumber plugin but still no luck.

could anyone help me to do this.

1 Answers
Related