I want to generate symbol map file in gwt using maven commandline option? I tried with -extra WEB-INF/classses but its not working.
相关问题
- Include pom.xml in Jar with gradle
- softlinks atime and mtime modification
- How to run GWT in production mode
- What order does maven find its dependencies?
- proguard causing EnumMap NPE on dynamically declar
相关文章
- IDEA2020 安装maven 插件后,springboot程序 SpringBootApplic
- pom文件中的插件定义
- pom.xml中的project为何报红
- Hibernate Tutorial - Where to put Mapping File?
- Cannot use org.jvnet.jax-ws-commons.jaxws-maven-pl
- Compile and build with single command line Java (L
- Spring NamespaceHandler issue when launching Maven
- New Maven install: mvn -version java.lang.ClassNot
Basically you want to specify maven plugin configuration values/options.
Here you have the general approach: LINKE
Besides that you have to know the plugin prefix that you can find on the GWT plugin page (there are several GWT maven plugins)
EDIT: added a gwt plugin example: Just define the ${} snippets in your gwt property section and you will be fine.