Just adding the working directory tip I found at this address: https://gist.github.com/4ndrej/5162986
After I finished the instructions provided by user2951392, I got the Maven working menu on exalted text 3. Then I tried to build several projects, but for each of them I got an error like this: "... there is no pom.xml file in the directory E: \ sublime ... ".
So, just change the following contents of the Maven.sublime-build file:
- old: "$ file_path"
- new: "$ {project_path: $ {folder}}"
With this latest change, my lovely text 3 and Maven 3+ work fine.
Hooray!
source share