malabar-mode
malabar-mode copied to clipboard
Maven command to execute parent level pom in a multi-pom project
Is there an option to run the pom file at the parent level project instead of the regular first pom in its path.
Not currently, but it shouldn't be too hard to add.
I'd start by grabbing some code from malabar--sibling-projects
to find the parent, and then using that in invocations of malabar-execute-maven
; or even refactoring malabar-build/install-project
to take the project file as an argument.
Let me know when you've implemented it! :D
Hmm..I've never done any emacs lisp coding, though I always wanted to..I couldn't find sibling-projects..if u can be more specific, I can give it a try.