Skip to content

Commit 3d5277f

Browse files
author
zhouyitu
committed
add version to maven-compile-plugin
1 parent 79173e7 commit 3d5277f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sources/net.sf.j2s.ajax/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,13 @@
184184
<plugin>
185185
<groupId>org.apache.maven.plugins</groupId>
186186
<artifactId>maven-compiler-plugin</artifactId>
187+
<version>2.3.2</version>
187188
<configuration>
188189
<source>1.6</source>
189190
<target>1.6</target>
190191
<showDeprecation>true</showDeprecation>
191192
<showWarnings>true</showWarnings>
192-
193+
<executable>${JAVA_HOME}/bin/javac</executable>
193194
<fork>true</fork>
194195
</configuration>
195196
</plugin>

0 commit comments

Comments
 (0)