maven-gae-plugin,如何将我的类打包为 JAR?
显然打包效率更高您自己的类和资源作为 maven-gae-plugin 生成的 AppEngine WAR 文件中的 JAR。
我该怎么做?我尝试在 pom.xml 文件中的 waven-war-plugin 配置中设置
但这没有效果。
Apparently its much more efficient to package your own classes and resources as a JAR inside the AppEngine WAR file generateed by the maven-gae-plugin.
How do I do this? I tried setting <archiveClasses>true</archiveClasses>
in the config for the waven-war-plugin in the pom.xml file but this had no effect.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以:
You can: