文件名称:gwt-maven-plugin:开始使用Maven构建GWT项目
文件大小:112KB
文件格式:ZIP
更新时间:2024-06-14 22:13:11
maven-plugin gwt Java
gwt-maven-plugin
该插件旨在通过提供两种特定的打包方式: gwt-lib和gwt-app ,使使用Maven构建GWT项目更加容易。
基本用法
将插件添加到您的POM并启用扩展:
< plugin>
< groupId>net.ltgt.gwt.maven groupId>
< artifactId>gwt-maven-plugin artifactId>
< version>… version>
< extensions>true extensions>
plugin>
在插件中配置模块名称:
< configuration>
< moduleName>com.example.app.App moduleName>
configuration>
将您的
【文件预览】:
gwt-maven-plugin-main
----.github()
--------workflows()
----src()
--------it()
--------site()
--------main()
----LICENSE(11KB)
----README.md(2KB)
----pom.xml(13KB)
----.gitignore(8B)