Skip to content

Commit 6c895e7

Browse files
author
Igor Polevoy
committed
#223 Lessc plugin need to be able to process more than one file - one more fix for Windows
1 parent 8858943 commit 6c895e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activeweb-lessc-integration-test/src/test/java/org/javalite/lessc/maven/IntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
public class IntegrationTest {
1414

15-
String maven = System.getProperty("os.name").contains("Windows") ? "%M2_HOME%/bin/mvn.bat" : "mvn";
15+
String maven = System.getProperty("os.name").contains("Windows") ? "cmd.exe /c mvn" : "mvn";
1616

1717
protected String execute(String dir, String... args) throws IOException, InterruptedException {
1818
InputStream stdErr, stdOut;

0 commit comments

Comments
 (0)