nlloyd / SublimeMaven

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

fixed mvn errors for extra whitespace #16

Closed bonifaido closed 11 years ago

bonifaido commented 11 years ago

Maven crashed with an error: '[ERROR] Unknown lifecycle phase "".' when the goals contained extra whitespaces like " package ".

nlloyd commented 11 years ago

Thank you for the fix!

bonifaido commented 11 years ago

You're Welcome!