使用适用于 GlassFish 3.x 的 Maven Cargo artifactInstaller
有没有办法在 maven-cargo-plugin 的 run
目标期间使用 Cargo 的 artifactInstaller
元素安装 GlassFish 容器?
更具体地说,Maven 存储库中是否有可用的 ZIP 工件,其中包含所需的 GlassFish 文件,就像 Jetty 的情况一样,我们有 org.eclipse.jetty:jetty-distribution 工件?
Is there a way to use Cargo's artifactInstaller
element to install a GlassFish container during maven-cargo-plugin's run
goal?
More specifically, is there a ZIP artifact available in a Maven repository, which contains the required GlassFish files as is the case for Jetty, for which we have the org.eclipse.jetty:jetty-distribution artifact?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,先生。事实上......不,没有可用的(据我所知)。
但是您可以轻松地在本地安装一个(或使用以下命令将其部署到您自己的存储库:
然后您需要像这样声明您的工件安装程序:
与您的帖子相比有点晚了......但希望这会有所帮助;)
干杯,
普斯。
Yes sir. In fact... no, there is none available (afaik).
But you can easily install one locally (or deploy it to your own repository using the following command :
Then you'll need to declare your artifact installer like this :
It's a bit late compare to your post... but hope this helps ;)
Cheers,
Pouce.
还有另一种解决方案:
如果您需要 Web 发行版,可以使用以下内容:
或者,如果您需要其他发行版,只需浏览 glassfish 发行版列表 找到适合您需求的发行版。
There is also another solution:
If you need the web distribution, you can use the following:
Or, if you need another distribution, just browse the list of glassfish distributions to find the one suitable for your needs.