We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3bbcc8 commit 124f049Copy full SHA for 124f049
1 file changed
spring-security-custom/pom.xml
@@ -136,7 +136,19 @@
136
</resources>
137
138
<plugins>
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
152
<plugin>
153
<groupId>org.apache.maven.plugins</groupId>
154
<artifactId>maven-surefire-plugin</artifactId>
0 commit comments