GoogleCloudPlatform / appengine-maven-plugin

Automatically exported from code.google.com/p/appengine-maven-plugin
Apache License 2.0
19 stars 21 forks source link

provide mojo that starts, stops, clean without executing full lifecycle #78

Open jmcc0nn3ll opened 7 years ago

jmcc0nn3ll commented 7 years ago

It would be great if we had a way to binding the appengine-maven-plugin to a pre-integration-test and post-integration-test phases that could start, stop, clean a service. As it stands we end up running most of the build twice, war plugin, exec plugins, etc.