码迷,mamicode.com
首页 > 其他好文 > 详细

maven 添加支持编译jdk1.7

时间:2014-11-07 18:48:36      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:io   ar   sp   div   on   cti   bs   ad   ef   

 1.在<profiles>元素内增加如下内容
   <profile>
    <id>jdk17</id>
    <activation>
    <activeByDefault>true</activeByDefault>
    <jdk>1.7<bubuko.com,布布扣/jdk>
    </activation>
    <properties>
    <maven.compiler.source>1.7</maven.compiler.source>
    <maven.compiler.target>1.7</maven.compiler.target>
    <maven.compiler.compilerVersion>1.7</maven.compiler.compilerVersion>
    </properties>
    </profile>

2.在<activeProfiles> 元素内增加<activeProfile>jdk17</activeProfile> 

maven 添加支持编译jdk1.7

标签:io   ar   sp   div   on   cti   bs   ad   ef   

原文地址:http://www.cnblogs.com/feiye512/p/4081869.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!