What versions of maven will the plugin work with?

The plugin requires maven 3.1.1 or higher.

[top]


Why is there a server process still running when executing the start goal?

In version 1.1+ of the plugin the start goal was changed to the leave the server process running. If previously you relied on the maven process ending to shutdown the server you should now execute the shutdown goal before the maven process ends.

[top]