Skip to content

Commit 124f049

Browse files
author
eparaschiv
committed
compiler work
1 parent d3bbcc8 commit 124f049

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

spring-security-custom/pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,19 @@
136136
</resources>
137137

138138
<plugins>
139-
139+
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>
147+
<debug>true</debug>
148+
<debuglevel>source</debuglevel>
149+
</configuration>
150+
</plugin>
151+
140152
<plugin>
141153
<groupId>org.apache.maven.plugins</groupId>
142154
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)