Skip to content

Commit 79173e7

Browse files
author
zhouyitu
committed
remove exec argument from maven-compile-plugin
1 parent 08d6bea commit 79173e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
<target>1.6</target>
190190
<showDeprecation>true</showDeprecation>
191191
<showWarnings>true</showWarnings>
192-
<executable>${JAVA_HOME}/bin/javac</executable>
192+
193193
<fork>true</fork>
194194
</configuration>
195195
</plugin>

0 commit comments

Comments
 (0)