为什么maven阻止我选择我的"工作区默认JRE"在日食?

时间:2015-12-07 03:12:48

标签: eclipse maven m2e

每次我跑#34; Maven更新"在我的项目中,maven将JRE系统库强制为Execution Environment选项。如下所示:

enter image description here

如何让M2E让我选择其他两个选项?

我在pom.xml中的配置低于override the default J2SE-1.5 version of M2E

    <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-compiler-plugin</artifactId>
      <version>3.1</version>
      <configuration>
        <source>1.7</source>
        <target>1.7</target>
      </configuration>
    </plugin>

0 个答案:

没有答案