Reputation: 160
Is ist possible to Start a Tomcat with Maven without stopping Tomcat after Maven has finished?
Upvotes: 2
Views: 694
Reputation: 105083
Well, it is possible. You need to create Maven sub-project and start it with maven-antrun-plugin
as a background process.
Upvotes: 0