Running Maven Goals in CLI.
- by Jeeyoung Kim
Hello,
I have a maven pom.xml file with multiple instances of a same goal defined (inside with different s).
I'm wondering how I can run a specific goal via maven command line. I've tried mvn --help, but I couldn't find an entry regarding this.