如何从 https://github.com/ArcBees/GWTP-Samples 部署 gwtp 样本

How do I deploy gwtp samples from https://github.com/ArcBees/GWTP-Samples

我从 https://github.com/ArcBees/GWTP-Samples 下载示例,并通过 运行 As > Maven build with Maven goals clean gwt:run 运行 gwtp-sample-basic 应用程序。它打开超级开发模式控制台,我可以从中 "open in default browser" 应用程序。但是现在我想将应用程序部署到 Tomcat 8 服务器。我该怎么做?

mvn clean package?严重地。 运行 它在您有兴趣的每个项目中部署到 Tomcat 以生成 war 文件 - 见下文。

~/GWTP-Samples> find . -name *.war
./gwtp-samples/gwtp-sample-mobile/target/gwtp-sample-mobile-2.0-SNAPSHOT.war
./gwtp-samples/gwtp-sample-basic/target/gwtp-sample-basic-2.0-SNAPSHOT.war
./gwtp-samples/gwtp-sample-basic-spring/target/gwtp-sample-basic-spring-2.0-SNAPSHOT.war
./gwtp-samples/gwtp-sample-crawler-service/target/gwtp-sample-crawler-service-2.0-SNAPSHOT.war
./gwtp-samples/gwtp-sample-nested/target/gwtp-sample-nested-2.0-SNAPSHOT.war
./carstore/target/carstore-1.6-SNAPSHOT.war
./multimodule/aggregate/target/aggregate-2.0-SNAPSHOT.war