Piranha Micro

Maven Plugin

The following goals are available:

run

This goal will deploy the Maven WAR module, start Piranha Micro and wait for it. It echoes the Piranha Micro console back to you for your convenience.

start

This goal will deploy the Maven WAR module and start Piranha Micro in a separate process.

stop

This goal will stop a Piranha Micro that was started with the start goal.

Back