lundi 25 novembre 2019

Need a maven plugin to generate random string in pom.xml

Below is my requirement: Need a maven plugin to generate random string in pom.xml and I can use it for further process. Generating the random string must happen in each build time.

Or

run the below linux command in pom.xml using execute plugin and store the random string in a variable. Everything must be inside pom.xml

openssl rand hex -12



Aucun commentaire:

Enregistrer un commentaire