如何使用gwt 2.4.0创建maven项目

时间:2013-03-01 08:20:52

标签: gwt maven-2 maven-plugin

我正在使用Eclipse(indigo)并安装了maven插件    http://download.eclipse.org/technology/m2e/release

我不明白列表中使用的目录和原型。 什么是Group-Id和Artifact-Id?项目中这些ID的用途是什么?

2 个答案:

答案 0 :(得分:2)

以下是在eclipse中创建GWT maven项目的分步过程

http://uptick.com.au/content/getting-started-gwt-maven-and-eclipse

以下是视频链接:http://www.youtube.com/watch?v=Ea1vSx8aDXk

希望这个帮助

答案 1 :(得分:0)

groupId will identify your project uniquely across all projects

artifactId is the name of the jar without version.

请参阅maven Naming Conventions

<强>更新

忘记提及目录。已经有standard catalog files。使用它们。

这些是标准catalog文件,其中包含有关Archetypes的信息,以便向用户显示来自任意数量的archetypes的{​​{1}}列表,以生成新的catalogs 1}}。

相关问题