Skip to content

Commit acb2939

Browse files
committed
add java version and encoding in pom.xml
1 parent 80d506e commit acb2939

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

pom.xml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,19 @@
6262
<artifactId>jstl</artifactId>
6363
<version>1.2</version>
6464
</dependency>
65-
</dependencies>
66-
</project>
65+
</dependencies>
66+
<build>
67+
<plugins>
68+
<plugin>
69+
<groupId>org.apache.maven.plugins</groupId>
70+
<artifactId>maven-compiler-plugin</artifactId>
71+
<configuration>
72+
<source>1.6</source>
73+
<target>1.6</target>
74+
<encoding>ISO-8859-1</encoding>
75+
</configuration>
76+
</plugin>
77+
</plugins>
78+
</build>
79+
80+
</project>

0 commit comments

Comments
 (0)