Missing the ‘maven package’ menu entry in eclipse

eclipse, maven

Solution

Just use `Maven Build...` and type `package` in the goal field.

Problem

I'm using Eclipse 3.7 with m2eclipse. Previously I know there was a menu entry ‘maven package’ but since I reinstalled Ubuntu there is no entry and I have to ‘maven install’ to do the same. Now I'm wondering if it is possible to get the ‘maven package’ back so I could test something without installing it and allow other projects to use the test version as dependency.

Original source