I am using cucumber framework for Automation Testing. For generating mvn reports, we use the following command
mvn -q -U clean install -Dmaven.repo.local=D:\\m2_local_repository\\..m2\\repository -DCucumber.options="--tags @*test_case_name*"
what is the purpose of -q
and -U