java - Invoke Maven-Module Build from IntelliJ -
i wondering if knows way invoke specific maven module build intellij build (or use compiled classes from) modules on depends.
so instance if build module "model" in picture, seems reasonable me click package step on it. invokes mvn package
step inside specific module rather mvn -am -pl module-name
root module, builds dependencies.
so there don't know?
removed dead imageshack link
i way (idea 8.1.4)
- open run dialog (shift-f10 on windows)
- click + , pick maven add maven build config
- fill in form, adding
- 1 working directory
- 2 maven command line options
- 3 maven goals
- 4 profiles
this no different running command line. assuming want.
Comments
Post a Comment