配置Maven Eclipse插件

时间:2012-10-12 04:48:20

标签: eclipse maven configuration

我在使用m2e构建maven项目时遇到了问题。

当我运行更新项目/清洁项目时,通常是maven运行

  

mvn clean install

但我需要将其修改为

  

mvn clean install -Penv-itt

  

mvn clean install -Penv-uat

等等。我需要传递这些参数,否则构建将不会成功。

但是如何修改Eclipse(m2e插件)中的设置以创建多个配置文件或至少 我可以动态添加它们

Eclipse Juno SR1。 M2E根据市场更新版本

1 个答案:

答案 0 :(得分:3)

请按照以下步骤创建两个不同的个人资料并根据需要运行

enter image description here

然后在新窗口中填写如下命令

enter image description here 填写详细信息,然后单击“应用”按钮

fill the details and click apply button

对uat配置文件重复上述过程并填写如下配置,然后单击“应用”按钮

repeat the above process for uat profile and fill in the configuration as below and click apply button

按照以下步骤根据需要运行创建的配置文件 enter image description here

enter image description here