I have a multimodule project, for which I wanted to do a verification on pre-requisites by running a shell script using exec-maven-plugin, when I run the below command
mvn exec:exec -Dexec.executable=/apps/rm-scripts/verify.sh
It goes through all the modules and execute the script, my requirement is, it should not look in to the modules, instead it should run only on the parent project
Can anyone plesae help?....thanks for your time