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 80d506e commit acb2939Copy full SHA for acb2939
pom.xml
@@ -62,5 +62,19 @@
62
<artifactId>jstl</artifactId>
63
<version>1.2</version>
64
</dependency>
65
- </dependencies>
66
-</project>
+ </dependencies>
+ <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