浏览代码

remove warning 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing.

gsls200808 8 年之前
父节点
当前提交
fcaa874071
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      pom.xml

+ 2 - 0
pom.xml

@@ -17,6 +17,8 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
+                <!-- 与Servlet版本对应 -->
+                <version>3.1</version>
                 <configuration>
                     <source>1.6</source>
                     <target>1.6</target>