justinhrobbins / FlashCards_App

Flashcards application
Apache License 2.0
0 stars 3 forks source link

remove deployment of FlashCards_GwtClient.war from pom of WeServices #132

Closed justinhrobbins closed 10 years ago

justinhrobbins commented 10 years ago

WebServices module should be agnostic to the clients that will consume it. Either: 1.) Create new module "FlashCards_WebApps" which exists solely to deploy .wars via pom 2.) Configure plugin directly in the parent pom

Can tomcat deploy like the Tomcat plugin does?

http://stackoverflow.com/questions/16028051/how-to-mvn-jettyrun-from-a-parent-pom

justinhrobbins commented 10 years ago

went with option 2