We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b56ff commit 171eabbCopy full SHA for 171eabb
pom.xml
@@ -137,6 +137,17 @@
137
</resource>
138
</resources>
139
<plugins>
140
+ <plugin>
141
+ <groupId>org.apache.maven.plugins</groupId>
142
+ <artifactId>maven-compiler-plugin</artifactId>
143
+ <version>3.1</version>
144
+ <configuration>
145
+ <source>1.7</source> <!-- 源代码使用的开发版本 -->
146
+ <target>1.7</target> <!-- 需要生成的目标class文件的编译版本 -->
147
+ <!--手动指定maven编译插件编译源码时使用的编码-->
148
+ <!--<encoding>utf-8</encoding>-->
149
+ </configuration>
150
+ </plugin>
151
<plugin>
152
<groupId>org.apache.tomcat.maven</groupId>
153
<artifactId>tomcat7-maven-plugin</artifactId>
0 commit comments