For your property example do:
mvn install "-Dmyproperty=my property from command line"
Note quotes around whole property definition. You’ll need them if your property contains spaces.
For your property example do:
mvn install "-Dmyproperty=my property from command line"
Note quotes around whole property definition. You’ll need them if your property contains spaces.