【问题标题】:support to different WebSphere through maven pom通过 maven pom 支持不同的 WebSphere
【发布时间】:2016-08-31 17:28:12
【问题描述】:

我想更改我的 maven pom.xml,以便我的 pom.xml 在 WebSphere 升级期间可以支持不同的 WebSphere。 意味着我想更改我的 pom.xml,以便它可以同时支持 WS7 和 WS8。那么任何人都可以建议使 pom 支持 WS 所需的方法,以便 WebSphere 升级不会在 maven 构建期间产生任何影响。

【问题讨论】:

  • 支持是什么意思?部署到 WebSphere ?或不同版本 websphere 的依赖项
  • 部署到 websphere

标签: maven websphere pom.xml


【解决方案1】:

您可以使用 maven 构建配置文件为 different environments 构建。

【讨论】:

  • 这个东西的参数是什么?
  • mvn -P profile1 install , "profile1" 是配置文件的id
  • 不是这个,我想知道 websphere 部署的配置文件中的属性是什么。
猜你喜欢
  • 2012-09-20
  • 1970-01-01
  • 2021-12-25
  • 2015-09-29
  • 1970-01-01
  • 2013-05-21
  • 2021-08-02
  • 2013-10-06
  • 1970-01-01
相关资源
最近更新 更多