25
Apr
how to pass property values from command prompt
Generally pom.xml contains section to define project specific properties eg.
we can pass “myproperty” value from command as follow:
mvn install “-Dmyproperty=new value”
0 comments