./mvnw clean install -P myprofie
./mvnw -f /location/to/different/pom/directory clean package
./mvnw clean install -pl 'child-project'
./mvnw clean install -pl '!child-project'
./mvnw clean install -pl '!child-project, !child2, !child3'
./mvnw clean install -DskipTests
./mvnw help:evaluate
[INFO] Enter the Maven expression i.e. ${project.groupId} or 0 to exit?:
${project.properties}
./mvnw help:active-profiles