As it is possible with the ANT integration, selecting multiple goals should be possible. Currently the assembly-plugin of maven requires the packaging phase to be running explicitely before assembly otherwise some issues are coming up. So running
mvn assembly:assembly will not work but
mvn package assembly:assembly will work
Therefore it would be good if one could select multple goals and have them running in the order in which they were selected (just as it is in the ant integration).