jeffque / maven-parent-child

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To test property in parent:

mvn help:evaluate -Dexpression=lalala -q -DforceStdout -pl :parent

To test property in child:

mvn help:evaluate -Dexpression=lalala -q -DforceStdout -pl :child

About