最佳答案
Is it possible to pass arguments from command line to properties in pom.xml
file ?
for example I run mvn ... argument
and in pom.xml
<properties>
<myproperty> here should add argument from command line</myproperty>
</properties>
Thank you for the help.