有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!


共 (2) 个答案

  1. # 1 楼答案

    该项目已弃用,请使用codehaus中的gwt-maven-plugin

    Hence, am looking for a way I could store the GWT pom in an external file, and make reference to it in my project pom.

    那是multi-module-project设置,看一看

  2. # 2 楼答案

    您是否尝试过将gwt Pom用作项目的父Pom? 在你的pom里是这样的。xml

    <parent>
      <groupId>com.totsp.gwt</groupId>
      <artifactId>maven-gwt-sample-withouthome</artifactId>
      <version>1.0-SNAPSHOT</version>
    </parent>