nlloyd / SublimeMaven

Sublime Text 2 Plugin providing integration with the Apache Maven build and project management tool
42 stars 14 forks source link

MAVEN_OPTS #21

Closed Chrisdo82 closed 10 years ago

Chrisdo82 commented 10 years ago

Is there a way to make use of MAVEN_OPTS with your plugin?

nlloyd commented 10 years ago

That SHOULD be a system level setting. Though I could integrate that into the plugin somehow. Were you thinking in user settings or something else?

Chrisdo82 commented 10 years ago

I tried, but it didn't work for me. The user settings were exactly what I was thinking.

nlloyd commented 10 years ago

Implemented support for overriding/adding environment variables to maven subprocess. Check the README.md. Involves putting stuff into a user settings file "Maven.sublime-settings". Let me know if this works! Updated and tested in Sublime Text 2 and 3 versions of this plugin.