I redid the build from scratch by deleting the ~/.m2/repository.
Every time I do mvn gf:run from v3 folder, I get:
INFO: Loading modules list from /Users/kedar/Work/V3/v3/v3/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] No modules found
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.Error: No modules found
What am I missing?
- Kedar